diff --git a/webpack.config.js b/webpack.config.js index 0de808306..280149753 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -76,7 +76,7 @@ module.exports = { }; // Change to true for production mode -const production = true; +const production = false; if (production === true) { const TerserPlugin = require('terser-webpack-plugin');