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: {
|
devServer: {
|
||||||
historyApiFallback: true,
|
historyApiFallback: true,
|
||||||
|
inline: true,
|
||||||
noInfo: true
|
noInfo: true
|
||||||
},
|
},
|
||||||
performance: {
|
performance: {
|
||||||
|
|||||||
Reference in New Issue
Block a user