I have an NPM module, https://github.com/Richienb/cross-blob that detects the current environment and returns a corresponding blob interface. When Browserify comes to play, how does it handle the mix of NodeJS and browser code?Would the code stop working when it's transpiled, running in the browser or does it use smart detection to automatically exclude the Node code?
Submitted December 08, 2019 at 02:08AM by Richienb
No comments:
Post a Comment