|
@@ -0,0 +1,77 @@
|
|
|
+{
|
|
|
+ "description": "项目配置文件",
|
|
|
+ "packOptions": {
|
|
|
+ "ignore": []
|
|
|
+ },
|
|
|
+ "setting": {
|
|
|
+ "urlCheck": true,
|
|
|
+ "es6": true,
|
|
|
+ "enhance": true,
|
|
|
+ "postcss": true,
|
|
|
+ "preloadBackgroundData": false,
|
|
|
+ "minified": true,
|
|
|
+ "newFeature": false,
|
|
|
+ "coverView": true,
|
|
|
+ "nodeModules": false,
|
|
|
+ "autoAudits": false,
|
|
|
+ "showShadowRootInWxmlPanel": true,
|
|
|
+ "scopeDataCheck": false,
|
|
|
+ "uglifyFileName": false,
|
|
|
+ "checkInvalidKey": true,
|
|
|
+ "checkSiteMap": true,
|
|
|
+ "uploadWithSourceMap": true,
|
|
|
+ "compileHotReLoad": true,
|
|
|
+ "lazyloadPlaceholderEnable": false,
|
|
|
+ "useMultiFrameRuntime": true,
|
|
|
+ "useApiHook": true,
|
|
|
+ "useApiHostProcess": true,
|
|
|
+ "babelSetting": {
|
|
|
+ "ignore": [],
|
|
|
+ "disablePlugins": [],
|
|
|
+ "outputPath": ""
|
|
|
+ },
|
|
|
+ "useIsolateContext": false,
|
|
|
+ "userConfirmedBundleSwitch": false,
|
|
|
+ "packNpmManually": false,
|
|
|
+ "packNpmRelationList": [],
|
|
|
+ "minifyWXSS": true,
|
|
|
+ "disableUseStrict": false,
|
|
|
+ "minifyWXML": true,
|
|
|
+ "showES6CompileOption": false,
|
|
|
+ "useCompilerPlugins": false,
|
|
|
+ "ignoreUploadUnusedFiles": true
|
|
|
+ },
|
|
|
+ "compileType": "miniprogram",
|
|
|
+ "libVersion": "2.21.3",
|
|
|
+ "appid": "touristappid",
|
|
|
+ "projectname": "weiyong",
|
|
|
+ "debugOptions": {
|
|
|
+ "hidedInDevtools": []
|
|
|
+ },
|
|
|
+ "scripts": {},
|
|
|
+ "staticServerOptions": {
|
|
|
+ "baseURL": "",
|
|
|
+ "servePath": ""
|
|
|
+ },
|
|
|
+ "isGameTourist": false,
|
|
|
+ "condition": {
|
|
|
+ "search": {
|
|
|
+ "list": []
|
|
|
+ },
|
|
|
+ "conversation": {
|
|
|
+ "list": []
|
|
|
+ },
|
|
|
+ "game": {
|
|
|
+ "list": []
|
|
|
+ },
|
|
|
+ "plugin": {
|
|
|
+ "list": []
|
|
|
+ },
|
|
|
+ "gamePlugin": {
|
|
|
+ "list": []
|
|
|
+ },
|
|
|
+ "miniprogram": {
|
|
|
+ "list": []
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|