From 838c757151d1fe28187a40ab9f01045d7959115c Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 19 Aug 2021 21:58:07 +0300 Subject: Fix dev server start command --- vnext/webpack.config.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'vnext/webpack.config.js') 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 + } } }; -- cgit v1.2.3