webpack and browserify user polyfill libraries for in-browser usage.
For example, webpack and browserify alias assert
module to commonjs-assert in browser-env.
- webpack:
- browserify:
- webpack: Incompatibility between Node.js core libs and webpack's lib · Issue #78 · webpack/node-libs-browser
Recently, Node.js have upgraded own core module like assert
. But, polyfill module like commonjs-assert does not follow the breaking change.
This repository aim to collect the gap issue between Node.js and Browser polyfills.
npm run test:node
webpack CI Test Status
npm run test:webpack
browserify CI Test Status
npm run test:browserify