Update project config

This commit is contained in:
MrKBear 2022-06-09 17:23:09 +08:00
parent 2fd3f5a0db
commit d733c75371
3 changed files with 19 additions and 19 deletions

View File

@ -1,5 +1,5 @@
import { IAnyData } from "core/Api"; import { IAnyData } from "../core/Api";
import { Emitter } from "core/Emitter"; import { Emitter } from "../core/Emitter";
import { Modular, Manager } from "../core/Module"; import { Modular, Manager } from "../core/Module";
/** /**

View File

@ -1,7 +1,8 @@
{ {
"description": "项目配置文件", "description": "项目配置文件详见文档https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
"packOptions": { "packOptions": {
"ignore": [] "ignore": [],
"include": []
}, },
"miniprogramRoot": "miniprogram/", "miniprogramRoot": "miniprogram/",
"compileType": "miniprogram", "compileType": "miniprogram",
@ -46,13 +47,16 @@
"useCompilerPlugins": [ "useCompilerPlugins": [
"typescript", "typescript",
"sass" "sass"
] ],
"useStaticServer": true
}, },
"simulatorType": "wechat", "simulatorType": "wechat",
"simulatorPluginLibVersion": {}, "simulatorPluginLibVersion": {},
"appid": "wx7d809f5e8955843d", "appid": "wx7d809f5e8955843d",
"scripts": { "condition": {},
"beforeCompile": "" "srcMiniprogramRoot": "miniprogram/",
}, "editorSetting": {
"condition": {} "tabIndent": "insertSpaces",
"tabSize": 2
}
} }

View File

@ -1,14 +1,5 @@
{ {
"condition": { "condition": {
"plugin": {
"list": []
},
"game": {
"list": []
},
"gamePlugin": {
"list": []
},
"miniprogram": { "miniprogram": {
"list": [ "list": [
{ {
@ -19,5 +10,10 @@
} }
] ]
} }
} },
"projectname": "mini-dlpu-v3",
"setting": {
"compileHotReLoad": true
},
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html"
} }