Skip to content

Commit 853caca

Browse files
committed
fix: set publicPath to 'auto'
1 parent ab1f65d commit 853caca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webpack.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ const baseConfig = new ScratchWebpackConfigBuilder(
2525
{
2626
rootPath: path.resolve(__dirname),
2727
enableReact: true,
28-
shouldSplitChunks: false
28+
shouldSplitChunks: false,
29+
publicPath: 'auto'
2930
})
3031
.setTarget('browserslist')
3132
.merge({

0 commit comments

Comments
 (0)