Skip to content

Commit

Permalink
Build without using modern mode
Browse files Browse the repository at this point in the history
See #254.
  • Loading branch information
matthew-white committed Sep 24, 2019
1 parent 43a7ed4 commit 2cb11f8
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 @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "vue-cli-service build --mode development --watch",
"build": "vue-cli-service build --modern",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint --no-fix src/ test/",
"test": "karma start"
},
Expand Down

0 comments on commit 2cb11f8

Please sign in to comment.