|
@@ -1,13 +1,43 @@
|
|
|
{
|
|
|
- "miniprogramRoot": "./dist",
|
|
|
+ "miniprogramRoot": "dist/",
|
|
|
"projectname": "kede-tool-weapp",
|
|
|
"description": "科德工具小程序",
|
|
|
"appid": "wxff2f5720ed7d7f63",
|
|
|
"setting": {
|
|
|
- "urlCheck": true,
|
|
|
+ "urlCheck": false,
|
|
|
"es6": false,
|
|
|
+ "enhance": true,
|
|
|
"postcss": false,
|
|
|
- "minified": false
|
|
|
+ "preloadBackgroundData": false,
|
|
|
+ "minified": false,
|
|
|
+ "newFeature": false,
|
|
|
+ "coverView": true,
|
|
|
+ "nodeModules": false,
|
|
|
+ "autoAudits": false,
|
|
|
+ "showShadowRootInWxmlPanel": true,
|
|
|
+ "scopeDataCheck": false,
|
|
|
+ "uglifyFileName": false,
|
|
|
+ "checkInvalidKey": true,
|
|
|
+ "checkSiteMap": true,
|
|
|
+ "uploadWithSourceMap": true,
|
|
|
+ "compileHotReLoad": false,
|
|
|
+ "lazyloadPlaceholderEnable": false,
|
|
|
+ "useMultiFrameRuntime": true,
|
|
|
+ "useApiHook": true,
|
|
|
+ "useApiHostProcess": false,
|
|
|
+ "babelSetting": {
|
|
|
+ "ignore": [],
|
|
|
+ "disablePlugins": [],
|
|
|
+ "outputPath": ""
|
|
|
+ },
|
|
|
+ "enableEngineNative": false,
|
|
|
+ "useIsolateContext": true,
|
|
|
+ "userConfirmedBundleSwitch": false,
|
|
|
+ "packNpmManually": false,
|
|
|
+ "packNpmRelationList": [],
|
|
|
+ "minifyWXSS": true,
|
|
|
+ "showES6CompileOption": false
|
|
|
},
|
|
|
- "compileType": "miniprogram"
|
|
|
-}
|
|
|
+ "compileType": "miniprogram",
|
|
|
+ "condition": {}
|
|
|
+}
|