diff --git a/dev.js b/dev.js index 8a59a29..228cf0e 100644 --- a/dev.js +++ b/dev.js @@ -13,6 +13,7 @@ module.exports = function (config, options) { var server = new WebpackDevServer(compiler, { contentBase: config.output.path, + publicPath: config.output.publicPath, historyApiFallback: true, watchOptions: {