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 = {
devtool: false,
output: {
path: '/',
publicPath: '',
filename: 'test.build.js'
},
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