Skip to content
Snippets Groups Projects
babel.config.js 53 B
Newer Older
module.exports = {
  presets: [
    '@vue/app'
  ]
}