|
|
@@ -1,44 +1,33 @@
|
|
|
{
|
|
|
- "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
|
|
- "setting": {
|
|
|
- "urlCheck": true,
|
|
|
- "es6": false,
|
|
|
- "enhance": true,
|
|
|
- "postcss": true,
|
|
|
- "preloadBackgroundData": false,
|
|
|
- "minified": true,
|
|
|
- "newFeature": false,
|
|
|
- "coverView": true,
|
|
|
- "nodeModules": true,
|
|
|
- "autoAudits": false,
|
|
|
- "showShadowRootInWxmlPanel": true,
|
|
|
- "scopeDataCheck": false,
|
|
|
- "uglifyFileName": true,
|
|
|
- "checkInvalidKey": true,
|
|
|
- "checkSiteMap": true,
|
|
|
- "uploadWithSourceMap": true,
|
|
|
- "compileHotReLoad": false,
|
|
|
- "useMultiFrameRuntime": true,
|
|
|
- "babelSetting": {
|
|
|
- "ignore": [],
|
|
|
- "disablePlugins": [],
|
|
|
- "outputPath": ""
|
|
|
- },
|
|
|
- "useIsolateContext": true,
|
|
|
- "useCompilerModule": true,
|
|
|
- "userConfirmedUseCompilerModuleSwitch": false,
|
|
|
- "packNpmManually": false,
|
|
|
- "packNpmRelationList": [],
|
|
|
- "lazyloadPlaceholderEnable": false,
|
|
|
- "userConfirmedBundleSwitch": false,
|
|
|
- "minifyWXSS": true,
|
|
|
- "disableUseStrict": false,
|
|
|
- "showES6CompileOption": false,
|
|
|
- "useCompilerPlugins": false,
|
|
|
- "ignoreUploadUnusedFiles": true,
|
|
|
- "minifyWXML": true,
|
|
|
- "useStaticServer": true
|
|
|
+ "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
|
|
+ "setting": {
|
|
|
+ "urlCheck": false,
|
|
|
+ "es6": false,
|
|
|
+ "enhance": true,
|
|
|
+ "postcss": true,
|
|
|
+ "preloadBackgroundData": false,
|
|
|
+ "minified": true,
|
|
|
+ "newFeature": false,
|
|
|
+ "coverView": true,
|
|
|
+ "nodeModules": true,
|
|
|
+ "autoAudits": false,
|
|
|
+ "showShadowRootInWxmlPanel": true,
|
|
|
+ "scopeDataCheck": false,
|
|
|
+ "uglifyFileName": true,
|
|
|
+ "checkInvalidKey": true,
|
|
|
+ "checkSiteMap": true,
|
|
|
+ "uploadWithSourceMap": true,
|
|
|
+ "compileHotReLoad": false,
|
|
|
+ "lazyloadPlaceholderEnable": false,
|
|
|
+ "useMultiFrameRuntime": true,
|
|
|
+ "useApiHook": true,
|
|
|
+ "useApiHostProcess": true,
|
|
|
+ "babelSetting": {
|
|
|
+ "ignore": [],
|
|
|
+ "disablePlugins": [],
|
|
|
+ "outputPath": ""
|
|
|
},
|
|
|
+<<<<<<< HEAD
|
|
|
"compileType": "miniprogram",
|
|
|
"simulatorType": "wechat",
|
|
|
"simulatorPluginLibVersion": {},
|
|
|
@@ -54,4 +43,30 @@
|
|
|
},
|
|
|
"appid": "wxc42df73f9710a566",
|
|
|
"projectname": "mg-vending-machine-applets-manage"
|
|
|
+=======
|
|
|
+ "useIsolateContext": true,
|
|
|
+ "userConfirmedBundleSwitch": false,
|
|
|
+ "packNpmManually": false,
|
|
|
+ "packNpmRelationList": [],
|
|
|
+ "minifyWXSS": true,
|
|
|
+ "disableUseStrict": false,
|
|
|
+ "minifyWXML": true,
|
|
|
+ "showES6CompileOption": false,
|
|
|
+ "useCompilerPlugins": false,
|
|
|
+ "ignoreUploadUnusedFiles": true
|
|
|
+ },
|
|
|
+ "compileType": "miniprogram",
|
|
|
+ "simulatorType": "wechat",
|
|
|
+ "simulatorPluginLibVersion": {},
|
|
|
+ "editorSetting": {
|
|
|
+ "tabIndent": "insertSpaces",
|
|
|
+ "tabSize": 4
|
|
|
+ },
|
|
|
+ "libVersion": "2.24.5",
|
|
|
+ "packOptions": {
|
|
|
+ "ignore": [],
|
|
|
+ "include": []
|
|
|
+ },
|
|
|
+ "appid": "wxc42df73f9710a566",
|
|
|
+ "condition": {}
|
|
|
}
|