Skip to content

Commit

Permalink
issue resolved : nrwl/nx#7862 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
moorthyptm committed Nov 25, 2021
1 parent 46f895c commit bbf53c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/project.json
Expand Up @@ -99,7 +99,7 @@
"serve-mfe": {
"executor": "@nrwl/workspace:run-commands",
"options": {
"commands": ["nx serve login", "nx serve dashboard"]
"commands": ["nx serve login --liveReload=false", "nx serve dashboard --liveReload=false"]
}
}
},
Expand Down
1 change: 1 addition & 0 deletions apps/dashboard/webpack.config.js
Expand Up @@ -29,6 +29,7 @@ module.exports = {
output: {
uniqueName: 'dashboard',
publicPath: 'auto',
scriptType: 'text/javascript',
},
optimization: {
runtimeChunk: false,
Expand Down
1 change: 1 addition & 0 deletions apps/login/webpack.config.js
Expand Up @@ -29,6 +29,7 @@ module.exports = {
output: {
uniqueName: 'login',
publicPath: 'auto',
scriptType: 'text/javascript',
},
optimization: {
runtimeChunk: false,
Expand Down

0 comments on commit bbf53c4

Please sign in to comment.