From 839f7d9ebcdf8d8ac50d8a6afe37806c09576c5f Mon Sep 17 00:00:00 2001 From: liabru Date: Sun, 24 Jan 2021 21:58:39 +0000 Subject: [PATCH] enable useful dev server features --- webpack.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webpack.config.js b/webpack.config.js index 5362dd9..207807b 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -65,9 +65,11 @@ License ${pkg.license}${!minimize ? '\n\n' + license : ''}`; path.resolve(__dirname, './node_modules/matter-tools/build'), path.resolve(__dirname, './node_modules/pathseg') ], + watchContentBase: true, open: true, openPage: '', compress: true, + overlay: true, port: 8000, proxy: { '/build': {