diff --git a/webpack.config.js b/webpack.config.js index 3385168..e165f8d 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -21,8 +21,6 @@ Object.keys(process.env).forEach(key => { } }); -console.log("WEBPACK variables:", variables, process.env); - module.exports = { mode: process.env.NODE_ENV, context: publicPath,