Skip to content

Commit 3496a59

Browse files
author
Yang Zhen
committed
Add run mode qprod
1 parent a3c1294 commit 3496a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*eslint-disable*/
22
require('dotenv').config()
3-
var production = ['production', 'prod'];
3+
var production = ['production', 'prod', 'qprod'];
44

55
// module.exports = (process.env.NODE_ENV && production.indexOf(process.env.NODE_ENV) > -1) ?
66
// require('./webpack_configs/webpack.prod.config.js')

0 commit comments

Comments
 (0)