Skip to content
Snippets Groups Projects
babel.config.js 53 B
Newer Older
  • Learn to ignore specific revisions
  • Christoph Wurst's avatar
    Christoph Wurst committed
    module.exports = {
      presets: [
        '@vue/app'
      ]
    }