Skip to content

Commit

Permalink
Downgrade terser-webpack-plugin because v2 requires at least Node v8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
th0r committed Mar 10, 2020
1 parent 45ffbf9 commit e90b3b1
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 292 deletions.
8 changes: 8 additions & 0 deletions .npm-upgrade.json
@@ -0,0 +1,8 @@
{
"ignore": {
"terser-webpack-plugin": {
"versions": ">= 2",
"reason": "v2 requires at least Node v8.9.0"
}
}
}

0 comments on commit e90b3b1

Please sign in to comment.