mirror of
https://github.com/kevin-DL/full-stack-fastapi-postgresql.git
synced 2026-01-12 10:15:12 +00:00
* 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"
|
|
}
|
|
]
|
|
]
|
|
} |