Skip to content
Snippets Groups Projects
babel.config.js 76 B
Newer Older
module.exports = {
  presets: [
    '@vue/cli-plugin-babel/preset',
  ],
};