You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

пре 3 година
123456789101112131415161718
  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": ["transform-vue-jsx", "transform-runtime",[
  12. "component",
  13. {
  14. "libraryName": "element-ui",
  15. "styleLibraryName": "theme-chalk"
  16. }
  17. ]]
  18. }