We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a93ddcc + 42a4054 commit a7ff05cCopy full SHA for a7ff05c
webpack.umd.min.config.js
@@ -2,6 +2,9 @@
2
var webpack = require('webpack');
3
var umdConfig = require('./webpack.umd.config');
4
5
+// setting environment
6
+process.env.NODE_ENV = 'production';
7
+
8
umdConfig.output.filename = '[name].min.js';
9
umdConfig.devtool = null;
10
umdConfig.plugins = [
0 commit comments