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:
@@ -45,6 +45,7 @@ module.exports = {
|
||||
},
|
||||
devServer: {
|
||||
historyApiFallback: true,
|
||||
inline: true,
|
||||
noInfo: true
|
||||
},
|
||||
performance: {
|
||||
|
||||
Reference in New Issue
Block a user