|
@@ -0,0 +1,51 @@
|
|
|
+{
|
|
|
+ "description": "项目配置文件",
|
|
|
+ "packOptions": {
|
|
|
+ "ignore": []
|
|
|
+ },
|
|
|
+ "setting": {
|
|
|
+ "urlCheck": false,
|
|
|
+ "es6": true,
|
|
|
+ "postcss": true,
|
|
|
+ "minified": true,
|
|
|
+ "newFeature": true,
|
|
|
+ "coverView": true,
|
|
|
+ "autoAudits": false,
|
|
|
+ "checkInvalidKey": true,
|
|
|
+ "checkSiteMap": true,
|
|
|
+ "uploadWithSourceMap": true,
|
|
|
+ "babelSetting": {
|
|
|
+ "ignore": [],
|
|
|
+ "disablePlugins": [],
|
|
|
+ "outputPath": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "compileType": "miniprogram",
|
|
|
+ "libVersion": "2.7.1",
|
|
|
+ "appid": "wxd39d8ae224e039a7",
|
|
|
+ "projectname": "douban2",
|
|
|
+ "debugOptions": {
|
|
|
+ "hidedInDevtools": []
|
|
|
+ },
|
|
|
+ "isGameTourist": false,
|
|
|
+ "simulatorType": "wechat",
|
|
|
+ "simulatorPluginLibVersion": {},
|
|
|
+ "condition": {
|
|
|
+ "search": {
|
|
|
+ "current": -1,
|
|
|
+ "list": []
|
|
|
+ },
|
|
|
+ "conversation": {
|
|
|
+ "current": -1,
|
|
|
+ "list": []
|
|
|
+ },
|
|
|
+ "game": {
|
|
|
+ "currentL": -1,
|
|
|
+ "list": []
|
|
|
+ },
|
|
|
+ "miniprogram": {
|
|
|
+ "current": -1,
|
|
|
+ "list": []
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|