|
@@ -0,0 +1,55 @@
|
|
|
+{
|
|
|
+ "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
|
|
+ "setting": {
|
|
|
+ "bundle": false,
|
|
|
+ "userConfirmedBundleSwitch": false,
|
|
|
+ "urlCheck": true,
|
|
|
+ "scopeDataCheck": false,
|
|
|
+ "coverView": true,
|
|
|
+ "es6": false,
|
|
|
+ "postcss": true,
|
|
|
+ "compileHotReLoad": false,
|
|
|
+ "lazyloadPlaceholderEnable": false,
|
|
|
+ "preloadBackgroundData": false,
|
|
|
+ "minified": true,
|
|
|
+ "autoAudits": false,
|
|
|
+ "newFeature": false,
|
|
|
+ "uglifyFileName": false,
|
|
|
+ "uploadWithSourceMap": true,
|
|
|
+ "useIsolateContext": true,
|
|
|
+ "nodeModules": false,
|
|
|
+ "enhance": true,
|
|
|
+ "useMultiFrameRuntime": true,
|
|
|
+ "showShadowRootInWxmlPanel": true,
|
|
|
+ "packNpmManually": false,
|
|
|
+ "enableEngineNative": false,
|
|
|
+ "packNpmRelationList": [],
|
|
|
+ "minifyWXSS": true,
|
|
|
+ "showES6CompileOption": false,
|
|
|
+ "minifyWXML": true,
|
|
|
+ "useStaticServer": true,
|
|
|
+ "checkInvalidKey": true,
|
|
|
+ "babelSetting": {
|
|
|
+ "ignore": [],
|
|
|
+ "disablePlugins": [],
|
|
|
+ "outputPath": ""
|
|
|
+ },
|
|
|
+ "disableUseStrict": false,
|
|
|
+ "useCompilerPlugins": false,
|
|
|
+ "ignoreUploadUnusedFiles": true
|
|
|
+ },
|
|
|
+ "compileType": "miniprogram",
|
|
|
+ "condition": {},
|
|
|
+ "editorSetting": {
|
|
|
+ "tabIndent": "insertSpaces",
|
|
|
+ "tabSize": 2
|
|
|
+ },
|
|
|
+ "libVersion": "2.24.6",
|
|
|
+ "packOptions": {
|
|
|
+ "ignore": [],
|
|
|
+ "include": []
|
|
|
+ },
|
|
|
+ "appid": "wxa45d4802fe405832",
|
|
|
+ "simulatorPluginLibVersion": {},
|
|
|
+ "projectname": "dghd_miniapp"
|
|
|
+}
|