Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use @rollup/plugin-commonjs": "^14.0.0"
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