diff options
Diffstat (limited to 'vnext/webpack.config.js')
-rw-r--r-- | vnext/webpack.config.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vnext/webpack.config.js b/vnext/webpack.config.js index ed8686c1..a61cb0b5 100644 --- a/vnext/webpack.config.js +++ b/vnext/webpack.config.js @@ -96,8 +96,9 @@ module.exports = (env, argv) => { historyApiFallback: true, host: '0.0.0.0', hot: true, - inline: true, - overlay: true + client: { + overlay: true + } } }; |