Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardarella committed Jun 14, 2021
1 parent 213d5e0 commit 538c458
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion installer/templates/phx_assets/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 538c458

Please sign in to comment.