Skip to content

Commit

Permalink
Remove debug webpack 'console.log' statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewWid committed Jun 5, 2019
1 parent edc90fd commit 02f7903
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ const envs = {
production: "prod"
};
const env = envs[process.env.NODE_ENV || "development"];
console.log(env);
const envConfig = require(`./config/webpack.${env}.config.js`);
module.exports = webpackMerge(common, envConfig);

0 comments on commit 02f7903

Please sign in to comment.