michaelficarra / commonjs-everywhere

:rainbow: minimal CommonJS browser bundler with aliasing, extensibility, and source maps
BSD 3-Clause "New" or "Revised" License
158 stars 21 forks source link

don't include module system code for files with no dependencies #75

Closed michaelficarra closed 11 years ago

michaelficarra commented 11 years ago

It turns out this doesn't save too much in bundle size. We can't completely do away with the module/require system since all of its pieces are observable. So closing as wontfix.