Skip to content

Commit

Permalink
perf(deps): update rollup to v2.26.9
Browse files Browse the repository at this point in the history
Update to v2.26.9 of rollup and switch from the deprecated “true”
interop config to the upcoming “auto” default.
  • Loading branch information
davecardwell committed Sep 2, 2020
1 parent 74cabe0 commit 76ea7f6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 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
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"nodemon": "^2.0.4",
"prettier": "^2.1.1",
"rimraf": "^3.0.2",
"rollup": "^2.16.1",
"rollup": "^2.26.9",
"rollup-plugin-add-shebang": "^0.3.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-sourcemaps": "^0.6.2",
Expand Down
1 change: 1 addition & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = {
output: {
file: outputFile,
format: "cjs",
interop: "auto",
sourcemap: true,
},
external: ["events", "inquirer", "puppeteer", "url"],
Expand Down

0 comments on commit 76ea7f6

Please sign in to comment.