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 da0cce6 commit cdd151dCopy full SHA for cdd151d
webpack.config.js
@@ -6,6 +6,7 @@ var IS_PRODUCTION = process.env.NODE_ENV == 'production';
6
var SRC_DIRECTORY = path.resolve(__dirname, 'src');
7
8
module.exports = {
9
+ mode: IS_PRODUCTION ? 'production' : 'development',
10
output: {
11
path: path.resolve(__dirname, "build", "web"),
12
filename: "[name].js",
0 commit comments