From 7c3a583cc469178f6c3bbd2f6cb2c21e646ba958 Mon Sep 17 00:00:00 2001 From: Zack Jackson Date: Wed, 8 May 2024 16:15:27 -0700 Subject: [PATCH] chore: fix node public path sample (#2468) Co-authored-by: ScriptedAlchemy --- apps/node-host/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/node-host/webpack.config.js b/apps/node-host/webpack.config.js index eb585f0ab83..e81a76705af 100644 --- a/apps/node-host/webpack.config.js +++ b/apps/node-host/webpack.config.js @@ -7,7 +7,7 @@ module.exports = composePlugins(withNx(), async (config) => { // e.g. `config.plugins.push(new MyPlugin())` config.cache = false; config.devtool = false; - config.output.publicPath = '/testing'; + config.output.publicPath = 'auto'; await new Promise((r) => setTimeout(r, 400)); config.module.rules.pop(); config.plugins.push(