diff --git a/build/webpack.dev.conf.js b/build/webpack.dev.conf.js index 51b4550..e6a2720 100755 --- a/build/webpack.dev.conf.js +++ b/build/webpack.dev.conf.js @@ -23,6 +23,8 @@ const devWebpackConfig = merge(baseWebpackConfig, { // these devServer options should be customized in /config/index.js devServer: { clientLogLevel: 'warning', + inline:false, + historyApiFallback: { rewrites: [ { from: /.*/, to: path.posix.join(config.dev.assetsPublicPath, 'index.html') }, @@ -56,7 +58,6 @@ const devWebpackConfig = merge(baseWebpackConfig, { filename: 'index.html', template: 'index.html', inject: true, - favicon:'../static/favicon.ico' }), // copy custom static assets new CopyWebpackPlugin([ diff --git a/package.json b/package.json index a8e52b3..fd61ed4 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "vue-template-compiler": "^2.5.2", "webpack": "^3.12.0", "webpack-bundle-analyzer": "^2.9.0", - "webpack-dev-server": "^2.9.1", + "webpack-dev-server": "^2.9.7", "webpack-merge": "^4.1.0" }, "engines": {