https://github.com/miguelcastillo/bit-bundler-builtins
DEPRECATED: Renamed to bit-loader-builtins. Please use https://github.com/MiguelCastillo/bit-loader-builtins
https://github.com/miguelcastillo/bit-bundler-builtins
Last synced: about 2 months ago
JSON representation
DEPRECATED: Renamed to bit-loader-builtins. Please use https://github.com/MiguelCastillo/bit-loader-builtins
- Host: GitHub
- URL: https://github.com/miguelcastillo/bit-bundler-builtins
- Owner: MiguelCastillo
- License: mit
- Created: 2016-01-07T20:08:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-19T19:08:16.000Z (about 9 years ago)
- Last Synced: 2025-02-08T14:44:55.498Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bit-bundler-builtins
> bit-bundler loader plugin for handling nodejs builtin modules, __dirname, and __filenameDEPRECATED: Renamed to bit-loader-builtins. Please use https://github.com/MiguelCastillo/bit-loader-builtins
### Supported modules:
- [buffer](https://github.com/feross/buffer)
- [events](https://github.com/Gozala/events)
- [path](https://github.com/jinder/path)
- [process](https://github.com/defunctzombie/node-process)### Variables
`__dirname` and `__filename`.