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.
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.