FredKSchott / FredKSchott/rollup-plugin-polyfill-node
`crypto` and `util` not polyfilled
Open
- Dominant language
- TypeScript
- Stars
- 193
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
The rollup output has some things polyfilled (like `buffer`, `global`, and `process`) but `crypto` and `util` remain. According to the README and a quick look at the code they should be supported, but somewhere there's an issue.
Versions:
```
"@rollup/plugin-commonjs": "^18.1.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"rollup": "^2.23.0",
"rollup-plugin-polyfill-node": "^0.6.2",
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.