rollup 中使用 babel

$ npm install @babel/core @babel/preset-env rollup-plugin-babel --save-dev

.babelrc

{
  "presets": [
      "@babel/env"
  ]
}
posted @ 2019-12-15 14:42  月半流云  阅读(1304)  评论(0编辑  收藏  举报