historyApiFallback flag dropped from webpack config

This commit is contained in:
NikolaBorislavovHristov 2018-07-02 16:21:09 +03:00
parent 75c1a983cf
commit 49ac27edce

View file

@ -71,8 +71,7 @@ module.exports = {
}
},
devServer: {
host: '0.0.0.0',
historyApiFallback: true
host: '0.0.0.0'
},
plugins: [
new HtmlWebPackPlugin({