Skip to content

Commit

Permalink
test: add explicit publicPath to fix webpack 5 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Oct 26, 2020
1 parent a158e84 commit 4670941
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const baseConfig = {
devtool: false,
output: {
path: '/',
publicPath: '',
filename: 'test.build.js'
},
resolveLoader: {
Expand Down

0 comments on commit 4670941

Please sign in to comment.