project.config.json 856B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "miniprogramRoot": "dist/",
  3. "projectname": "myApp",
  4. "description": "",
  5. "appid": "wxd9ee3a9480a4e544",
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": false,
  9. "enhance": false,
  10. "postcss": false,
  11. "preloadBackgroundData": false,
  12. "minified": false,
  13. "newFeature": false,
  14. "coverView": true,
  15. "nodeModules": false,
  16. "autoAudits": false,
  17. "showShadowRootInWxmlPanel": true,
  18. "scopeDataCheck": false,
  19. "uglifyFileName": false,
  20. "checkInvalidKey": true,
  21. "checkSiteMap": true,
  22. "uploadWithSourceMap": true,
  23. "compileHotReLoad": false,
  24. "babelSetting": {
  25. "ignore": [],
  26. "disablePlugins": [],
  27. "outputPath": ""
  28. },
  29. "useIsolateContext": true,
  30. "useCompilerModule": false,
  31. "userConfirmedUseCompilerModuleSwitch": false
  32. },
  33. "compileType": "miniprogram",
  34. "simulatorType": "wechat",
  35. "simulatorPluginLibVersion": {},
  36. "condition": {}
  37. }