From 3b6a29dc2ed64d3d35fc574c86e619bc2d4d94aa Mon Sep 17 00:00:00 2001 From: Matthieu BAUMANN Date: Fri, 21 Oct 2022 15:02:49 +0200 Subject: [PATCH] debug --- webpack.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index b039c2ed..b8ce2026 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -77,7 +77,7 @@ module.exports = { // // the mode `development` makes `wasm-pack` build in `debug` mode. // the mode `production` makes `wasm-pack` build in `release` mode. - forceMode: "production", + forceMode: "development", // Controls plugin output verbosity, either 'info' or 'error'. // Defaults to 'info'. @@ -142,6 +142,6 @@ module.exports = { ], }, //mode: 'development', - mode: 'production', + mode: 'development', //devtool: 'source-map' };