qmzreact 1.0.17 → 1.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/conf/build.js +2 -1
  2. package/package.json +1 -1
package/conf/build.js CHANGED
@@ -25,7 +25,8 @@ module.exports = function buildPackage() {
25
25
  children: false,
26
26
  chunks: false,
27
27
  chunkModules: false
28
- }) + '\n')
28
+ }) + '\n');
29
+ process.exit(0); // 退出进程
29
30
  })
30
31
  }
31
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qmzreact",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "description": "前端react本地启动服务和打包工具",
5
5
  "author": {
6
6
  "name": "qmz",