project.config.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "setting": {
  8. "bundle": false,
  9. "userConfirmedBundleSwitch": false,
  10. "urlCheck": true,
  11. "scopeDataCheck": false,
  12. "coverView": true,
  13. "es6": true,
  14. "postcss": true,
  15. "compileHotReLoad": false,
  16. "lazyloadPlaceholderEnable": false,
  17. "preloadBackgroundData": false,
  18. "minified": true,
  19. "autoAudits": false,
  20. "newFeature": false,
  21. "uglifyFileName": false,
  22. "uploadWithSourceMap": true,
  23. "useIsolateContext": true,
  24. "nodeModules": false,
  25. "enhance": true,
  26. "useMultiFrameRuntime": true,
  27. "useApiHook": true,
  28. "useApiHostProcess": true,
  29. "showShadowRootInWxmlPanel": true,
  30. "packNpmManually": true,
  31. "enableEngineNative": false,
  32. "packNpmRelationList": [
  33. {
  34. "packageJsonPath": "./package.json",
  35. "miniprogramNpmDistDir": "./"
  36. }
  37. ],
  38. "minifyWXSS": true,
  39. "showES6CompileOption": false,
  40. "minifyWXML": true,
  41. "useStaticServer": true,
  42. "checkInvalidKey": true,
  43. "babelSetting": {
  44. "ignore": [],
  45. "disablePlugins": [],
  46. "outputPath": ""
  47. },
  48. "disableUseStrict": false,
  49. "useCompilerPlugins": [
  50. "sass"
  51. ],
  52. "condition": false,
  53. "ignoreUploadUnusedFiles": true
  54. },
  55. "compileType": "miniprogram",
  56. "libVersion": "2.19.4",
  57. "appid": "wx3f070c8a298dd1ec",
  58. "projectname": "miniprogram-92",
  59. "condition": {},
  60. "editorSetting": {
  61. "tabIndent": "insertSpaces",
  62. "tabSize": 4
  63. }
  64. }