Skip to content

Commit b311473

Browse files
authored
removed public path from webpack config (#546)
1 parent 130640b commit b311473

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

webpack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ module.exports = (env, argv) => {
136136
output: {
137137
filename: '[name].bundle.js',
138138
path: path.resolve(__dirname, 'dist'),
139-
publicPath: '/',
140139
clean: true
141140
},
142141
module: {

0 commit comments

Comments
 (0)