mm_machine 1.8.5 → 1.8.7

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -428,7 +428,7 @@ class Index {
428
428
  /**
429
429
  * 模式 0生产模式,1开发模式,2热重载模式
430
430
  */
431
- this.mode = 0;
431
+ this.mode = 2;
432
432
  }
433
433
  }
434
434
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mm_machine",
3
- "version": "1.8.5",
3
+ "version": "1.8.7",
4
4
  "description": "这是超级美眉框架机制构建辅助模块,用于快速构建一个机制",
5
5
  "main": "index.js",
6
6
  "scripts": {