We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 566d5d0 commit bcce175Copy full SHA for bcce175
webpack.config.js
@@ -4,7 +4,6 @@ const { CleanWebpackPlugin } = require("clean-webpack-plugin");
4
const MiniCssExtractPlugin = require("mini-css-extract-plugin");
5
6
module.exports = env => {
7
- console.log("env", env);
8
const config = {
9
mode: env.development ? "development" : "production",
10
// devtool: "inline-source-map",
0 commit comments