|
@@ -2,11 +2,11 @@
|
|
|
"description": "项目配置文件",
|
|
|
"setting": {
|
|
|
"urlCheck": true,
|
|
|
- "es6": false,
|
|
|
+ "es6": true,
|
|
|
"enhance": false,
|
|
|
"postcss": false,
|
|
|
"preloadBackgroundData": false,
|
|
|
- "minified": false,
|
|
|
+ "minified": true,
|
|
|
"newFeature": false,
|
|
|
"coverView": true,
|
|
|
"nodeModules": false,
|
|
@@ -19,8 +19,6 @@
|
|
|
"uploadWithSourceMap": true,
|
|
|
"compileHotReLoad": false,
|
|
|
"useMultiFrameRuntime": true,
|
|
|
- "useApiHook": true,
|
|
|
- "useApiHostProcess": true,
|
|
|
"babelSetting": {
|
|
|
"ignore": [],
|
|
|
"disablePlugins": [],
|
|
@@ -34,21 +32,21 @@
|
|
|
"packNpmManually": false,
|
|
|
"packNpmRelationList": [],
|
|
|
"minifyWXSS": true,
|
|
|
+ "condition": false,
|
|
|
"ignoreUploadUnusedFiles": true
|
|
|
},
|
|
|
"compileType": "miniprogram",
|
|
|
- "appid": "wxda2ef261ac3cca32",
|
|
|
- "projectname": "sagaclound-wepy",
|
|
|
"miniprogramRoot": "weapp/",
|
|
|
"srcMiniprogramRoot": "weapp/",
|
|
|
"condition": {},
|
|
|
"libVersion": "3.0.1",
|
|
|
+ "editorSetting": {
|
|
|
+ "tabIndent": "insertSpaces",
|
|
|
+ "tabSize": 2
|
|
|
+ },
|
|
|
"packOptions": {
|
|
|
"ignore": [],
|
|
|
"include": []
|
|
|
},
|
|
|
- "editorSetting": {
|
|
|
- "tabIndent": "insertSpaces",
|
|
|
- "tabSize": 2
|
|
|
- }
|
|
|
+ "appid": "wxda2ef261ac3cca32"
|
|
|
}
|