25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

21 lines
348 B

  1. {
  2. "presets": [
  3. ["env", {
  4. "modules": false,
  5. "targets": {
  6. "browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
  7. }
  8. }],
  9. "stage-2"
  10. ],
  11. "plugins": [
  12. "transform-vue-jsx",
  13. "transform-runtime",
  14. ["import", {
  15. "libraryName": "vant",
  16. "libraryDirectory": "es",
  17. "style": true
  18. }]
  19. ]
  20. }