upload-miniprogram 1.1.1 → 1.1.2

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/lib/index.js +6 -0
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -126,6 +126,12 @@ class UploadMiniprogram {
126
126
  desc: fullDesc,
127
127
  setting: {
128
128
  useProjectConfig: true,
129
+ es6: true,
130
+ es7: true,
131
+ minify: true,
132
+ minifyJS: true,
133
+ minifyWXML: true,
134
+ minifyWXSS: true,
129
135
  },
130
136
  });
131
137
  console.log("上传小程序结果 uploadResult: ", uploadResult);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "upload-miniprogram",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "chatlabs 集成 微信小程序CI/CD上传工具,支持自动上传代码和生成预览二维码",
5
5
  "main": "lib/index.js",
6
6
  "bin": {