Updated webpack config to be use inline mode for dev server. This way it wont iframe and we are able to set document title.

This commit is contained in:
2019-06-02 00:16:37 +02:00
parent 4f25d3fd9d
commit cbfd7506a6

View File

@@ -45,6 +45,7 @@ module.exports = {
},
devServer: {
historyApiFallback: true,
inline: true,
noInfo: true
},
performance: {