mini.project.json 379 B

12345678910111213141516
  1. {
  2. "format": 2,
  3. "appid": "touristappid",
  4. "component2": true,
  5. "enableAppxNg": true,
  6. "axmlStrictCheck": false,
  7. "enableDistFileMinify": false,
  8. "enableParallelLoader": false,
  9. "enableNodeModuleBabelTransform": true,
  10. "pluginResolution": {},
  11. "developOptions": {},
  12. "compileOptions": {},
  13. "uploadExclude": [],
  14. "assetsInclude": [],
  15. "projectname": "uni-app-demo"
  16. }