Skip to content

Commit 5e25cc3

Browse files
committed
fix of jzaefferer#6
1 parent 37ce4ab commit 5e25cc3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webpack-config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ module.exports = {
88
},
99
output: {
1010
path: './dist',
11-
filename: 'app.[hash].js'
11+
filename: 'app.[hash].js',
12+
publicPath: "./"
1213
},
1314
module: {
1415
loaders: [

0 commit comments

Comments
 (0)