|
@@ -1,12 +1,8 @@
|
|
{
|
|
{
|
|
"description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
|
"description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
|
- "packOptions": {
|
|
|
|
- "ignore": [],
|
|
|
|
- "include": []
|
|
|
|
- },
|
|
|
|
"setting": {
|
|
"setting": {
|
|
"urlCheck": false,
|
|
"urlCheck": false,
|
|
- "es6": true,
|
|
|
|
|
|
+ "es6": false,
|
|
"enhance": true,
|
|
"enhance": true,
|
|
"postcss": true,
|
|
"postcss": true,
|
|
"preloadBackgroundData": false,
|
|
"preloadBackgroundData": false,
|
|
@@ -24,8 +20,6 @@
|
|
"compileHotReLoad": false,
|
|
"compileHotReLoad": false,
|
|
"lazyloadPlaceholderEnable": false,
|
|
"lazyloadPlaceholderEnable": false,
|
|
"useMultiFrameRuntime": true,
|
|
"useMultiFrameRuntime": true,
|
|
- "useApiHook": true,
|
|
|
|
- "useApiHostProcess": true,
|
|
|
|
"babelSetting": {
|
|
"babelSetting": {
|
|
"ignore": [],
|
|
"ignore": [],
|
|
"disablePlugins": [],
|
|
"disablePlugins": [],
|
|
@@ -44,12 +38,14 @@
|
|
"useStaticServer": true
|
|
"useStaticServer": true
|
|
},
|
|
},
|
|
"compileType": "miniprogram",
|
|
"compileType": "miniprogram",
|
|
- "libVersion": "2.27.1",
|
|
|
|
- "appid": "wx29240c3e95eeed24",
|
|
|
|
- "projectname": "edyj_minapp",
|
|
|
|
"condition": {},
|
|
"condition": {},
|
|
"editorSetting": {
|
|
"editorSetting": {
|
|
"tabIndent": "insertSpaces",
|
|
"tabIndent": "insertSpaces",
|
|
"tabSize": 2
|
|
"tabSize": 2
|
|
- }
|
|
|
|
|
|
+ },
|
|
|
|
+ "packOptions": {
|
|
|
|
+ "ignore": [],
|
|
|
|
+ "include": []
|
|
|
|
+ },
|
|
|
|
+ "appid": "wx29240c3e95eeed24"
|
|
}
|
|
}
|