|
|
@@ -1,13 +1,21 @@
|
|
|
{
|
|
|
"description": "项目配置文件。",
|
|
|
"setting": {
|
|
|
- "urlCheck": false,
|
|
|
+ "urlCheck": true,
|
|
|
"es6": false,
|
|
|
"postcss": true,
|
|
|
"minified": true,
|
|
|
"newFeature": true,
|
|
|
+ "coverView": true,
|
|
|
"autoAudits": false,
|
|
|
- "checkInvalidKey": true
|
|
|
+ "checkInvalidKey": true,
|
|
|
+ "checkSiteMap": true,
|
|
|
+ "uploadWithSourceMap": true,
|
|
|
+ "babelSetting": {
|
|
|
+ "ignore": [],
|
|
|
+ "disablePlugins": [],
|
|
|
+ "outputPath": ""
|
|
|
+ }
|
|
|
},
|
|
|
"miniprogramRoot": "dist/wx/",
|
|
|
"compileType": "miniprogram",
|
|
|
@@ -15,6 +23,7 @@
|
|
|
"projectname": "ecommerce",
|
|
|
"simulatorType": "wechat",
|
|
|
"simulatorPluginLibVersion": {},
|
|
|
+ "libVersion": "2.9.3",
|
|
|
"condition": {
|
|
|
"search": {
|
|
|
"current": -1,
|