meixifrontserve 2.0.80 → 2.0.81

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/bin/index.js +3 -2
  2. package/package.json +1 -1
package/bin/index.js CHANGED
@@ -33,9 +33,10 @@ program.option('--name <char>').option('-pre')
33
33
  program.option('--name <char>').option('-pre2')
34
34
  // 生产打包
35
35
  program.option('--name <char>').option('-prod')
36
-
36
+ // 是否v2
37
37
  program.option('--flag <char>').option('-v2')
38
-
38
+ // 是否prod环境
39
+ program.option('--prod <char>').option('-version')
39
40
  // rollup打包
40
41
  program.option('--env <char>').option('-rollupBuild');
41
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meixifrontserve",
3
- "version": "2.0.80",
3
+ "version": "2.0.81",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "private": false,