Skip to content

Commit 4670941

Browse files
committed
test: add explicit publicPath to fix webpack 5 errors
1 parent a158e84 commit 4670941

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/utils.js

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const baseConfig = {
1414
devtool: false,
1515
output: {
1616
path: '/',
17+
publicPath: '',
1718
filename: 'test.build.js'
1819
},
1920
resolveLoader: {

0 commit comments

Comments
 (0)