|
@@ -1,38 +1,26 @@
|
|
|
{
|
|
|
- "description": "项目配置文件",
|
|
|
+ "miniprogramRoot": "",
|
|
|
+ "appid": "wx40110aedcbbe1256",
|
|
|
+ "compileType": "miniprogram",
|
|
|
+ "libVersion": "2.31.1",
|
|
|
"packOptions": {
|
|
|
"ignore": [],
|
|
|
"include": []
|
|
|
},
|
|
|
"setting": {
|
|
|
- "bundle": false,
|
|
|
- "userConfirmedBundleSwitch": false,
|
|
|
- "urlCheck": true,
|
|
|
- "scopeDataCheck": false,
|
|
|
+ "packNpmManually": true,
|
|
|
+ "packNpmRelationList": [
|
|
|
+ {
|
|
|
+ "packageJsonPath": "./package.json",
|
|
|
+ "miniprogramNpmDistDir": "./"
|
|
|
+ }
|
|
|
+ ],
|
|
|
"coverView": true,
|
|
|
"es6": true,
|
|
|
"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,
|
|
|
- "useApiHook": true,
|
|
|
- "useApiHostProcess": true,
|
|
|
"showShadowRootInWxmlPanel": true,
|
|
|
- "packNpmManually": false,
|
|
|
- "enableEngineNative": false,
|
|
|
- "packNpmRelationList": [],
|
|
|
- "minifyWXSS": true,
|
|
|
- "showES6CompileOption": false,
|
|
|
- "minifyWXML": true,
|
|
|
"babelSetting": {
|
|
|
"ignore": [],
|
|
|
"disablePlugins": [],
|
|
@@ -40,13 +28,10 @@
|
|
|
},
|
|
|
"condition": false
|
|
|
},
|
|
|
- "compileType": "miniprogram",
|
|
|
- "libVersion": "2.19.4",
|
|
|
- "appid": "wxab9c812ebb0e7f5e",
|
|
|
- "projectname": "miniprogram-92",
|
|
|
"condition": {},
|
|
|
"editorSetting": {
|
|
|
"tabIndent": "insertSpaces",
|
|
|
"tabSize": 2
|
|
|
- }
|
|
|
+ },
|
|
|
+ "srcMiniprogramRoot": "wx-business/delivery-business/"
|
|
|
}
|