upload-miniprogram 1.1.2 → 1.1.3

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
@@ -145,6 +145,12 @@ class UploadMiniprogram {
145
145
  desc: `${fullVersion} ${fullDesc}`,
146
146
  setting: {
147
147
  useProjectConfig: true,
148
+ es6: true,
149
+ es7: true,
150
+ minify: true,
151
+ minifyJS: true,
152
+ minifyWXML: true,
153
+ minifyWXSS: true,
148
154
  },
149
155
  qrcodeFormat: "image",
150
156
  qrcodeOutputDest: qrCodePath,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "upload-miniprogram",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "chatlabs 集成 微信小程序CI/CD上传工具,支持自动上传代码和生成预览二维码",
5
5
  "main": "lib/index.js",
6
6
  "bin": {