Skip to content

Commit 04be6ba

Browse files
authored
Merge pull request #31 from knowankit/knowankit-patch-1
Update webpack.config.js
2 parents 566d5d0 + bcce175 commit 04be6ba

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)