Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 287 Bytes

babel.md

File metadata and controls

15 lines (12 loc) · 287 Bytes

Babel

By default, we're using the official babel-preset-vue-app.

{
  "presets": [
    ["vue-app", {
      "useBuiltIns": true
    }]
  ]
}

You can update babel field in package.json to use custom presets and plugins.