Skip to content

Commit

Permalink
feat: use modern flag to build production files (by Trikolon) (#30)
Browse files Browse the repository at this point in the history
* now creates two build versions in order to optimize modern & legacy browser support
* see https://cli.vuejs.org/guide/browser-compatibility.html#modern-mode
  • Loading branch information
Trikolon authored and Endebert committed Sep 28, 2018
1 parent 8659278 commit 70842c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build": "vue-cli-service build --modern",
"lint": "vue-cli-service lint",
"release": "standard-version"
},
Expand Down

0 comments on commit 70842c4

Please sign in to comment.