
* Upgrade to Vue CLI 4 https://cli.vuejs.org/migrating-from-v3 * 🔥 Remove package-lock.json that varies by system Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
10 lines
136 B
JavaScript
10 lines
136 B
JavaScript
module.exports = {
|
|
"presets": [
|
|
[
|
|
"@vue/cli-plugin-babel/preset",
|
|
{
|
|
"useBuiltIns": "entry"
|
|
}
|
|
]
|
|
]
|
|
} |