Commit 46709417 authored by Haoqun Jiang's avatar Haoqun Jiang

test: add explicit publicPath to fix webpack 5 errors

parent a158e84f
...@@ -14,6 +14,7 @@ const baseConfig = { ...@@ -14,6 +14,7 @@ const baseConfig = {
devtool: false, devtool: false,
output: { output: {
path: '/', path: '/',
publicPath: '',
filename: 'test.build.js' filename: 'test.build.js'
}, },
resolveLoader: { resolveLoader: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment