⬆️ Upgrade to Vue CLI 4 (#120)

* 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>
This commit is contained in:
Brendon Smith
2020-04-17 10:33:51 -04:00
committed by GitHub
parent 0c8e682a90
commit 34f6f9ae54
2 changed files with 10 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
module.exports = {
"presets": [
[
"@vue/app",
"@vue/cli-plugin-babel/preset",
{
"useBuiltIns": "entry"
}