https://github.com/miguelcastillo/bit-loader-builtins
bit-bundler loader plugin for handling nodejs builtin modules
https://github.com/miguelcastillo/bit-loader-builtins
Last synced: about 1 month ago
JSON representation
bit-bundler loader plugin for handling nodejs builtin modules
- Host: GitHub
- URL: https://github.com/miguelcastillo/bit-loader-builtins
- Owner: MiguelCastillo
- License: mit
- Created: 2016-03-19T18:43:16.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-23T12:07:37.000Z (almost 5 years ago)
- Last Synced: 2025-02-14T01:37:00.584Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bit-loader-builtins
[](https://greenkeeper.io/)
> Plugin for handling nodejs builtin modules in bit-bundler.It uses all the builtins from [browserify](https://github.com/substack/node-browserify) to provide all the shimmed modules.
# Credit
All the stuff was basically possible because of all the amazing work by James Halliday (substack) and other amazing people from the community who got all this stuff working. I am merely taking their work and fitting it into bit-bundler as a plugin. So... THANKS!!!