|
|
|
@ -1,7 +1,8 @@
|
|
|
|
|
{ |
|
|
|
|
"description": "项目配置文件", |
|
|
|
|
"description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", |
|
|
|
|
"packOptions": { |
|
|
|
|
"ignore": [] |
|
|
|
|
"ignore": [], |
|
|
|
|
"include": [] |
|
|
|
|
}, |
|
|
|
|
"setting": { |
|
|
|
|
"urlCheck": false, |
|
|
|
@ -31,28 +32,23 @@
|
|
|
|
|
"outputPath": "" |
|
|
|
|
}, |
|
|
|
|
"enableEngineNative": false, |
|
|
|
|
"useIsolateContext": false, |
|
|
|
|
"useIsolateContext": true, |
|
|
|
|
"userConfirmedBundleSwitch": false, |
|
|
|
|
"packNpmManually": false, |
|
|
|
|
"packNpmRelationList": [], |
|
|
|
|
"minifyWXSS": true, |
|
|
|
|
"disableUseStrict": false, |
|
|
|
|
"minifyWXML": true, |
|
|
|
|
"showES6CompileOption": false, |
|
|
|
|
"useCompilerPlugins": false, |
|
|
|
|
"ignoreUploadUnusedFiles": true |
|
|
|
|
"showES6CompileOption": false |
|
|
|
|
}, |
|
|
|
|
"compileType": "miniprogram", |
|
|
|
|
"libVersion": "2.15.0", |
|
|
|
|
"appid": "wxe20096a48806d438", |
|
|
|
|
"projectname": "bml_travel", |
|
|
|
|
"debugOptions": { |
|
|
|
|
"hidedInDevtools": [] |
|
|
|
|
}, |
|
|
|
|
"scripts": {}, |
|
|
|
|
"isGameTourist": false, |
|
|
|
|
"simulatorType": "wechat", |
|
|
|
|
"simulatorPluginLibVersion": {}, |
|
|
|
|
"editorSetting": { |
|
|
|
|
"tabIndent": "insertSpaces", |
|
|
|
|
"tabSize": 2 |
|
|
|
|
}, |
|
|
|
|
"condition": { |
|
|
|
|
"plugin": { |
|
|
|
|
"list": [] |
|
|
|
|