project.config.json 270 B

12345678910111213
  1. {
  2. "description": "项目配置文件",
  3. "setting": {
  4. "urlCheck": true,
  5. "es6": true,
  6. "postcss": true,
  7. "minified": true,
  8. "newFeature": true
  9. },
  10. "compileType": "miniprogram",
  11. "appid": "touristappid",
  12. "projectname": "mp-html"
  13. }