Skip to content

Commit 8820876

Browse files
committed
fix webpack config
1 parent 05f8297 commit 8820876

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/webpack.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ module.exports = {
135135
entry,
136136
output: {
137137
path: paths.output,
138-
filename: "[name].js"
138+
filename: "[name].js",
139+
publicPath: "../"
139140
},
140141
devtool: isProduction ? false : "source-map",
141142
module: {

0 commit comments

Comments
 (0)