diff --git a/installer/templates/phx_assets/webpack.config.js b/installer/templates/phx_assets/webpack.config.js index f78770ddcc..27af2fbf56 100644 --- a/installer/templates/phx_assets/webpack.config.js +++ b/installer/templates/phx_assets/webpack.config.js @@ -5,7 +5,6 @@ const MiniCssExtractPlugin = require("mini-css-extract-plugin"); module.exports = (env, options) => { const devMode = options.mode !== 'production'; - console.log(`CURRENT MODE: ${devMode}`) return { resolve: {