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 a3c1294 commit 3496a59Copy full SHA for 3496a59
webpack.config.js
@@ -1,6 +1,6 @@
1
/*eslint-disable*/
2
require('dotenv').config()
3
-var production = ['production', 'prod'];
+var production = ['production', 'prod', 'qprod'];
4
5
// module.exports = (process.env.NODE_ENV && production.indexOf(process.env.NODE_ENV) > -1) ?
6
// require('./webpack_configs/webpack.prod.config.js')
0 commit comments