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.
- package/lib/index.js +6 -0
- 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);
|