-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: BSON
Bundlers tend to know about Node.js builtins' names, but less so about node: as a prefix available for all Node.js builtins. While it's usually possible to work around this, using crypto in place of node:crypto in the bson library might avoid this as a pain point for other consumers of the bson library.
AC
- Delete node:
- Try to reproduce with simple webpack config and add to CI if successful