Fix webpack HMR

This commit is contained in:
QWp6t
2016-09-11 11:39:48 -07:00
parent 3516629add
commit 10899cf2cd
11 changed files with 154 additions and 53 deletions

View File

@@ -47,4 +47,5 @@ module.exports = mergeWithConcat(config, {
.map(file => path.join(config.paths.assets, file));
},
},
publicPath: `${config.publicPath}/${path.basename(config.paths.dist)}/`,
});