Skip to content

Commit

Permalink
fix: ビルドが失敗する不具合の修正
Browse files Browse the repository at this point in the history
現在以下のissueが上がっている
vuejs/vue-cli#3407
コメント内にあるように、`terser: 3.14.1`をインストールして対策
  • Loading branch information
ryou committed Feb 3, 2019
1 parent ac745f7 commit c21e1a9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 18 deletions.
30 changes: 12 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
},
"dependencies": {
"register-service-worker": "^1.5.2",
"terser": "^3.14.1",
"vue": "^2.5.22",
"vue-router": "^3.0.1",
"vuex": "^3.0.1"
Expand Down

0 comments on commit c21e1a9

Please sign in to comment.