Skip to content

Commit cf050e1

Browse files
chore: remove isolated config (#1977)
1 parent 8e35e49 commit cf050e1

File tree

6 files changed

+1
-10
lines changed

6 files changed

+1
-10
lines changed

apps/node-host/webpack.config.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
const { registerTsConfigPaths } = require('nx/src/plugins/js/utils/register');
2-
const { workspaceRoot } = require('nx/src/utils/workspace-root');
3-
const path = require('path');
4-
5-
registerTsConfigPaths(path.join(workspaceRoot, 'tsconfig.tmp.json'));
6-
71
const { composePlugins, withNx } = require('@nx/webpack');
82
const { UniversalFederationPlugin } = require('@module-federation/node');
93

apps/node-local-remote/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"assets": [],
1919
"styles": [],
2020
"scripts": [],
21-
"isolatedConfig": true,
2221
"webpackConfig": "apps/node-local-remote/webpack.config.js"
2322
},
2423
"configurations": {

apps/node-remote/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"assets": [],
1919
"styles": [],
2020
"scripts": [],
21-
"isolatedConfig": true,
2221
"webpackConfig": "apps/node-remote/webpack.config.js"
2322
},
2423
"configurations": {

apps/reactRemoteUI/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"assets": ["apps/reactRemoteUI/src/favicon.ico"],
1919
"styles": ["apps/reactRemoteUI/src/styles.scss"],
2020
"scripts": [],
21-
"isolatedConfig": true,
2221
"webpackConfig": "apps/reactRemoteUI/webpack.config.js"
2322
},
2423
"configurations": {

apps/reactStorybook/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
],
2222
"styles": ["apps/reactStorybook/src/styles.scss"],
2323
"scripts": [],
24-
"isolatedConfig": true,
2524
"webpackConfig": "apps/reactStorybook/webpack.config.js"
2625
},
2726
"configurations": {

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"sync:pullMFTypes": "concurrently \"node ./packages/enhanced/pullts.js\"",
3333
"app:next:dev": "nx run-many --target=serve --configuration=development -p 3000-home,3001-shop,3002-checkout",
3434
"app:next:prod": "nx run-many --target=build --configuration=production -p 3000-home,3001-shop,3002-checkout",
35+
"app:node:dev": "nx run-many --target=serve --configuration=development -p node-host,node-local-remote,node-remote",
3536
"app:runtime:dev": "nx run-many --target=serve -p 3005-runtime-host,3006-runtime-remote,3007-runtime-remote",
3637
"commitlint": "commitlint --edit",
3738
"prepare": "husky install",

0 commit comments

Comments
 (0)