project.config.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": [
  5. {
  6. "value": "package-lock.json",
  7. "type": "file"
  8. }
  9. ]
  10. },
  11. "setting": {
  12. "urlCheck": false,
  13. "es6": true,
  14. "enhance": true,
  15. "postcss": true,
  16. "preloadBackgroundData": false,
  17. "minified": true,
  18. "newFeature": false,
  19. "coverView": true,
  20. "nodeModules": false,
  21. "autoAudits": false,
  22. "showShadowRootInWxmlPanel": true,
  23. "scopeDataCheck": false,
  24. "uglifyFileName": false,
  25. "checkInvalidKey": true,
  26. "checkSiteMap": true,
  27. "uploadWithSourceMap": true,
  28. "compileHotReLoad": false,
  29. "lazyloadPlaceholderEnable": false,
  30. "useMultiFrameRuntime": true,
  31. "useApiHook": true,
  32. "useApiHostProcess": false,
  33. "babelSetting": {
  34. "ignore": [],
  35. "disablePlugins": [],
  36. "outputPath": ""
  37. },
  38. "enableEngineNative": false,
  39. "useIsolateContext": true,
  40. "userConfirmedBundleSwitch": false,
  41. "packNpmManually": false,
  42. "packNpmRelationList": [],
  43. "minifyWXSS": true,
  44. "disableUseStrict": false,
  45. "minifyWXML": true,
  46. "showES6CompileOption": false,
  47. "useCompilerPlugins": false
  48. },
  49. "compileType": "miniprogram",
  50. "libVersion": "2.27.3",
  51. "appid": "wxbb048b80cd2a14b9",
  52. "projectname": "nova-wapp",
  53. "cloudfunctionTemplateRoot": "",
  54. "watchOptions": {
  55. "ignore": []
  56. },
  57. "debugOptions": {
  58. "hidedInDevtools": []
  59. },
  60. "scripts": {},
  61. "condition": {
  62. "plugin": {
  63. "list": []
  64. },
  65. "game": {
  66. "list": []
  67. },
  68. "gamePlugin": {
  69. "list": []
  70. },
  71. "miniprogram": {
  72. "list": []
  73. }
  74. }
  75. }