commit d7adac8555233041d62ac42343e9ac6a2e6e4bc6
parent c51a43883564187c886d2ad065cd84dd9f75c6f5
Author: Katja (ctucx) <git@ctu.cx>
Date: Tue, 21 Jan 2025 12:55:46 +0100
parent c51a43883564187c886d2ad065cd84dd9f75c6f5
Author: Katja (ctucx) <git@ctu.cx>
Date: Tue, 21 Jan 2025 12:55:46 +0100
webpack.config.js: add devServer client-config
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/webpack.config.js b/webpack.config.js @@ -15,6 +15,14 @@ module.exports = { }, devServer: { static: dist, + client: { + progress: true, + overlay: { + errors: true, + warnings: false, + runtimeErrors: true, + }, + }, proxy: [ { context: ['/https:'],