We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 677958c commit 7c3a583Copy full SHA for 7c3a583
apps/node-host/webpack.config.js
@@ -7,7 +7,7 @@ module.exports = composePlugins(withNx(), async (config) => {
7
// e.g. `config.plugins.push(new MyPlugin())`
8
config.cache = false;
9
config.devtool = false;
10
- config.output.publicPath = '/testing';
+ config.output.publicPath = 'auto';
11
await new Promise((r) => setTimeout(r, 400));
12
config.module.rules.pop();
13
config.plugins.push(
0 commit comments