Skip to content

Commit

Permalink
Use @rollup/plugin-commonjs": "^14.0.0"
Browse files Browse the repository at this point in the history
Due to rollup/plugins#501, from version 15.0.0 onwards
the generated addon breaks: the rollup plugin automatically
creates an `export default` section at the end of the generated
code, which the addon system doesn't really like.
  • Loading branch information
Dexterp37 committed Nov 6, 2020
1 parent a22c82b commit 18cc8c5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 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
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "npm run test-addon"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-node-resolve": "^10.0.0",
"eslint": "^7.12.1",
"eslint-plugin-import": "^2.22.1",
Expand Down

0 comments on commit 18cc8c5

Please sign in to comment.