Skip to content

Commit

Permalink
chore: fix node public path sample (#2468)
Browse files Browse the repository at this point in the history
Co-authored-by: ScriptedAlchemy <zackaryjackson@bytedance.com>
  • Loading branch information
ScriptedAlchemy and ScriptedAlchemy authored May 8, 2024
1 parent 677958c commit 7c3a583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/node-host/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 7c3a583

Please sign in to comment.