An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# bit-loader-builtins

[![Greenkeeper badge](https://badges.greenkeeper.io/MiguelCastillo/bit-loader-builtins.svg)](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!!!