Skip to content

Commit

Permalink
update rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
sghall committed Oct 28, 2020
1 parent 22ac36d commit 836a848
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 47 deletions.
165 changes: 121 additions & 44 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -64,10 +64,10 @@
"react": "^16.14.0",
"react-dom": "^16.14.0",
"rimraf": "^3.0.2",
"rollup": "^1.32.1",
"rollup": "^2.32.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^5.3.1",
"rollup-plugin-terser": "^7.0.2",
"sinon": "^8.1.1",
"ts-jest": "^26.4.3",
"tslib": "^2.0.3",
Expand Down
1 change: 0 additions & 1 deletion rollup.config.js
Expand Up @@ -63,7 +63,6 @@ export default [
extensions,
}),
terser({
sourcemap: true,
output: { comments: false },
compress: {
keep_infinity: true,
Expand Down

0 comments on commit 836a848

Please sign in to comment.