Raw File
babel.config.js
module.exports = {
  presets: [
    ["@vue/cli-plugin-babel/preset", { useBuiltIns: "entry"}]
  ],
}
back to top