File tree Expand file tree Collapse file tree 19 files changed +250
-236
lines changed Expand file tree Collapse file tree 19 files changed +250
-236
lines changed Original file line number Diff line number Diff line change 55 "devDependencies" : {
66 "@babel/core" : " 7.19.6" ,
77 "@babel/preset-react" : " 7.18.6" ,
8- "@module-federation/dashboard-plugin" : " 2.7.0 " ,
8+ "@module-federation/dashboard-plugin" : " 2.6.5 " ,
99 "@webpack-cli/serve" : " 1.7.0" ,
1010 "babel-loader" : " 9.0.1" ,
1111 "css-loader" : " 6.7.1" ,
Original file line number Diff line number Diff line change 55 "devDependencies" : {
66 "@babel/core" : " 7.19.6" ,
77 "@babel/preset-react" : " 7.18.6" ,
8- "@module-federation/dashboard-plugin" : " 2.7.0 " ,
8+ "@module-federation/dashboard-plugin" : " 2.6.5 " ,
99 "@webpack-cli/serve" : " 1.7.0" ,
1010 "babel-loader" : " 9.0.1" ,
1111 "css-loader" : " 6.7.1" ,
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const {
1515} = require ( 'webpack' ) ;
1616const path = require ( 'path' ) ;
1717
18- const dashboardURL = `${ process . env . DASHBOARD_BASE_URL } /get-remote?token=${ process . env . DASHBOARD_READ_TOKEN } ` ;
18+ const dashboardURL = `${ process . env . DASHBOARD_BASE_URL } /env/development/ get-remote?token=${ process . env . DASHBOARD_READ_TOKEN } ` ;
1919
2020const remotes = {
2121 dsl : "dsl" ,
Original file line number Diff line number Diff line change 55 "devDependencies" : {
66 "@babel/core" : " 7.19.6" ,
77 "@babel/preset-react" : " 7.18.6" ,
8- "@module-federation/dashboard-plugin" : " 2.7.0 " ,
8+ "@module-federation/dashboard-plugin" : " 2.6.5 " ,
99 "@webpack-cli/serve" : " 1.7.0" ,
1010 "babel-loader" : " 9.0.1" ,
1111 "css-loader" : " 6.7.1" ,
Original file line number Diff line number Diff line change @@ -75,17 +75,17 @@ module.exports = {
7575 dsl : DashboardPlugin . clientVersion ( {
7676 currentHost : 'nav' ,
7777 remoteName : 'dsl' ,
78- dashboardURL : `${ process . env . DASHBOARD_BASE_URL } /get-remote?token=${ process . env . DASHBOARD_READ_TOKEN } ` ,
78+ dashboardURL : `${ process . env . DASHBOARD_BASE_URL } /env/development/ get-remote?token=${ process . env . DASHBOARD_READ_TOKEN } ` ,
7979 } ) ,
8080 search : DashboardPlugin . clientVersion ( {
8181 currentHost : 'nav' ,
8282 remoteName : 'search' ,
83- dashboardURL : `${ process . env . DASHBOARD_BASE_URL } /get-remote?token=${ process . env . DASHBOARD_READ_TOKEN } ` ,
83+ dashboardURL : `${ process . env . DASHBOARD_BASE_URL } /env/development/ get-remote?token=${ process . env . DASHBOARD_READ_TOKEN } ` ,
8484 } ) ,
8585 utils : DashboardPlugin . clientVersion ( {
8686 currentHost : 'nav' ,
8787 remoteName : 'utils' ,
88- dashboardURL : `${ process . env . DASHBOARD_BASE_URL } /get-remote?token=${ process . env . DASHBOARD_READ_TOKEN } ` ,
88+ dashboardURL : `${ process . env . DASHBOARD_BASE_URL } /env/development/ get-remote?token=${ process . env . DASHBOARD_READ_TOKEN } ` ,
8989 } ) ,
9090 } ,
9191 exposes : {
Original file line number Diff line number Diff line change 55 "devDependencies" : {
66 "@babel/core" : " 7.19.6" ,
77 "@babel/preset-react" : " 7.18.6" ,
8- "@module-federation/dashboard-plugin" : " 2.7.0 " ,
8+ "@module-federation/dashboard-plugin" : " 2.6.5 " ,
99 "@webpack-cli/serve" : " 1.7.0" ,
1010 "babel-loader" : " 9.0.1" ,
1111 "css-loader" : " 6.7.1" ,
Original file line number Diff line number Diff line change @@ -75,23 +75,23 @@ module.exports = {
7575 nav : DashboardPlugin . clientVersion ( {
7676 currentHost : 'search' ,
7777 remoteName : 'nav' ,
78- dashboardURL : `${ process . env . DASHBOARD_BASE_URL } /get-remote?token=${ process . env . DASHBOARD_READ_TOKEN } ` ,
78+ dashboardURL : `${ process . env . DASHBOARD_BASE_URL } /env/development/ get-remote?token=${ process . env . DASHBOARD_READ_TOKEN } ` ,
7979 } ) ,
8080 dsl : DashboardPlugin . clientVersion ( {
8181 currentHost : 'search' ,
8282 remoteName : 'dsl' ,
83- dashboardURL : `${ process . env . DASHBOARD_BASE_URL } /get-remote?token=${ process . env . DASHBOARD_READ_TOKEN } ` ,
83+ dashboardURL : `${ process . env . DASHBOARD_BASE_URL } /env/development/ get-remote?token=${ process . env . DASHBOARD_READ_TOKEN } ` ,
8484 } ) ,
8585
8686 home : DashboardPlugin . clientVersion ( {
8787 currentHost : 'search' ,
8888 remoteName : 'home' ,
89- dashboardURL : `${ process . env . DASHBOARD_BASE_URL } /get-remote?token=${ process . env . DASHBOARD_READ_TOKEN } ` ,
89+ dashboardURL : `${ process . env . DASHBOARD_BASE_URL } /env/development/ get-remote?token=${ process . env . DASHBOARD_READ_TOKEN } ` ,
9090 } ) ,
9191 utils : DashboardPlugin . clientVersion ( {
9292 currentHost : 'search' ,
9393 remoteName : 'utils' ,
94- dashboardURL : `${ process . env . DASHBOARD_BASE_URL } /get-remote?token=${ process . env . DASHBOARD_READ_TOKEN } ` ,
94+ dashboardURL : `${ process . env . DASHBOARD_BASE_URL } /env/development/ get-remote?token=${ process . env . DASHBOARD_READ_TOKEN } ` ,
9595 } ) ,
9696 } ,
9797 exposes : {
Original file line number Diff line number Diff line change 55 "devDependencies" : {
66 "@babel/core" : " 7.19.6" ,
77 "@babel/preset-react" : " 7.18.6" ,
8- "@module-federation/dashboard-plugin" : " 2.7.0 " ,
8+ "@module-federation/dashboard-plugin" : " 2.6.5 " ,
99 "@webpack-cli/serve" : " 1.7.0" ,
1010 "babel-loader" : " 9.0.1" ,
1111 "serve" : " 14.0.1" ,
Original file line number Diff line number Diff line change 530530 dependencies :
531531 find-package-json "^1.2.0"
532532
533- " @module-federation/dashboard-plugin@2.6.4 " :
534- version "2.6.4 "
535- resolved "https://registry.yarnpkg.com/@module-federation/dashboard-plugin/-/dashboard-plugin-2.6.4 .tgz#b08d7ea476e7e1742a66644b572fd5a22d0eeeeb "
536- integrity sha512-LkWXfYkOWNtPgcyPsoStVJUgDpuglVAj+xlNf0JtNp+KwN+u2Qd+3g9Xuaq/hRZ02Xq+J38+6pz91fCvNGjcaw ==
533+ " @module-federation/dashboard-plugin@2.6.5 " :
534+ version "2.6.5 "
535+ resolved "https://registry.yarnpkg.com/@module-federation/dashboard-plugin/-/dashboard-plugin-2.6.5 .tgz#1eed332e126688410168aae54752cde9b84371b1 "
536+ integrity sha512-HiPNMq4s752LRctAHp3ecS2c6RHwKa25/MuAtYDViWiTI6twahPCp644/IhMfSuk5lH7hgqVth1hT8KjlB30Ng ==
537537 dependencies :
538538 " @babel/generator" " ^7.15.4"
539539 " @babel/parser" " ^7.15.5"
Original file line number Diff line number Diff line change 55 "devDependencies" : {
66 "@babel/core" : " 7.19.6" ,
77 "@babel/preset-react" : " 7.18.6" ,
8- "@module-federation/dashboard-plugin" : " 2.7.0 " ,
8+ "@module-federation/dashboard-plugin" : " 2.6.5 " ,
99 "@webpack-cli/serve" : " 1.7.0" ,
1010 "babel-loader" : " 9.0.1" ,
1111 "css-loader" : " 6.7.3" ,
1414 "less-loader" : " 11.1.0" ,
1515 "serve" : " 14.0.1" ,
1616 "style-loader" : " 3.3.1" ,
17- "webpack" : " ^ 5.74.0" ,
17+ "webpack" : " 5.74.0" ,
1818 "webpack-cli" : " 4.10.0" ,
19- "webpack-dev-server" : " ^ 4.11.1"
19+ "webpack-dev-server" : " 4.11.1"
2020 },
2121 "scripts" : {
2222 "start" : " webpack-cli serve" ,
2525 "clean" : " rm -rf dist"
2626 },
2727 "dependencies" : {
28- "@ant-design/icons" : " ^ 4.7.0" ,
29- "@emotion/react" : " ^ 11.10.5" ,
30- "antd" : " ^ 4.24.0" ,
31- "lodash" : " ^ 4.17.21" ,
28+ "@ant-design/icons" : " 4.7.0" ,
29+ "@emotion/react" : " 11.10.5" ,
30+ "antd" : " 4.24.0" ,
31+ "lodash" : " 4.17.21" ,
3232 "react" : " 18.2.0" ,
3333 "react-dom" : " 18.2.0"
3434 }
You can’t perform that action at this time.
0 commit comments