.babelrc 144 B

12345
  1. {
  2. "presets": ["@babel/preset-env"],
  3. "plugins": ["@babel/plugin-transform-runtime", "lodash", "@vue/babel-plugin-jsx"],
  4. "comments": true
  5. }