project.config.json 709 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "compileType": "miniprogram",
  3. "setting": {
  4. "babelSetting": {
  5. "ignore": [],
  6. "disablePlugins": [],
  7. "outputPath": ""
  8. },
  9. "coverView": false,
  10. "postcss": true,
  11. "minified": false,
  12. "enhance": true,
  13. "showShadowRootInWxmlPanel": false,
  14. "packNpmRelationList": [],
  15. "ignoreUploadUnusedFiles": true,
  16. "setting": {
  17. "packNpmManually": true,
  18. "packNpmRelationList": [
  19. {
  20. "packageJsonPath": "./package.json",
  21. "miniprogramNpmDistDir": "./miniprogram_npm"
  22. }
  23. ]
  24. },
  25. "es6": true
  26. },
  27. "editorSetting": {
  28. "tabIndent": "tab",
  29. "tabSize": 4
  30. },
  31. "appid": "wxc25f00d0fc026ae7",
  32. "libVersion": "3.1.5",
  33. "packOptions": {
  34. "ignore": [],
  35. "include": []
  36. },
  37. "condition": {}
  38. }