Skip to content

Commit

Permalink
fix(deps): update rollup to v2.1.0
Browse files Browse the repository at this point in the history
Includes fix for issue with rollup dependency magic-string that caused
source maps of tree-shaken code to conflict with included code:
rollup/rollup#3318
  • Loading branch information
davecardwell committed Mar 18, 2020
1 parent bc7c07c commit 67117b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
16 changes: 4 additions & 12 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -69,7 +69,7 @@
"nodemon": "^2.0.2",
"prettier": "^1.19.1",
"rimraf": "^3.0.2",
"rollup": "^1.27.12",
"rollup": "^2.1.0",
"rollup-plugin-add-shebang": "^0.3.1",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-sourcemaps": "^0.4.2",
Expand Down

0 comments on commit 67117b5

Please sign in to comment.