Skip to content

Commit bcce175

Browse files
authored
Update webpack.config.js
1 parent 566d5d0 commit bcce175

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

webpack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ const { CleanWebpackPlugin } = require("clean-webpack-plugin");
44
const MiniCssExtractPlugin = require("mini-css-extract-plugin");
55

66
module.exports = env => {
7-
console.log("env", env);
87
const config = {
98
mode: env.development ? "development" : "production",
109
// devtool: "inline-source-map",

0 commit comments

Comments
 (0)