wbpck-bundler icon indicating copy to clipboard operation
wbpck-bundler copied to clipboard

A Little Toy Javascript Module Bundler 🎁

Results 1 wbpck-bundler issues
Sort by recently updated
recently updated
newest added

If we require the same module in multiple places the bundler adds the same dependency multiple times into the bundle. Eg. ``` // main.js const a = require('./a'); const b...