Skip to content

Commit

Permalink
feat: Upgrade preset
Browse files Browse the repository at this point in the history
  • Loading branch information
linhe0x0 committed Apr 20, 2020
1 parent ece0089 commit 2bb13c1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions preset.json
Expand Up @@ -2,13 +2,14 @@
"useConfigFiles": true,
"plugins": {
"@vue/cli-plugin-babel": {},
"@vue/cli-plugin-router": {
"historyMode": true
},
"@vue/cli-plugin-vuex": {},
"@vue/cli-plugin-eslint": {
"config": "prettier",
"lintOn": ["save", "commit"]
}
},
"router": true,
"routerHistoryMode": true,
"vuex": true,
"cssPreprocessor": "dart-sass"
}

0 comments on commit 2bb13c1

Please sign in to comment.