提交 bc2fb7c7 编写于 作者: F fancy

工具更新

上级 d4fbcb4a
{ {
"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": true,
"es6": true, "es6": false,
"enhance": false, "enhance": true,
"postcss": true, "postcss": true,
"preloadBackgroundData": false, "preloadBackgroundData": false,
"minified": true, "minified": true,
...@@ -23,8 +19,6 @@ ...@@ -23,8 +19,6 @@
"uploadWithSourceMap": true, "uploadWithSourceMap": true,
"compileHotReLoad": false, "compileHotReLoad": false,
"useMultiFrameRuntime": true, "useMultiFrameRuntime": true,
"useApiHook": true,
"useApiHostProcess": true,
"babelSetting": { "babelSetting": {
"ignore": [], "ignore": [],
"disablePlugins": [], "disablePlugins": [],
...@@ -42,10 +36,11 @@ ...@@ -42,10 +36,11 @@
"minifyWXML": true, "minifyWXML": true,
"disableUseStrict": false, "disableUseStrict": false,
"useStaticServer": true, "useStaticServer": true,
"useCompilerPlugins": false "useCompilerPlugins": false,
"lazyloadPlaceholderEnable": false,
"ignoreUploadUnusedFiles": true
}, },
"compileType": "miniprogram", "compileType": "miniprogram",
"libVersion": "2.12.2",
"appid": "wx5e498e66e2dd900b", "appid": "wx5e498e66e2dd900b",
"projectname": "O2OA-Mini", "projectname": "O2OA-Mini",
"simulatorType": "wechat", "simulatorType": "wechat",
...@@ -54,5 +49,10 @@ ...@@ -54,5 +49,10 @@
"editorSetting": { "editorSetting": {
"tabIndent": "insertSpaces", "tabIndent": "insertSpaces",
"tabSize": 2 "tabSize": 2
},
"libVersion": "2.24.5",
"packOptions": {
"ignore": [],
"include": []
} }
} }
\ No newline at end of file
{
"setting": {
"urlCheck": false
},
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html"
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册