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

resolve core modules consistently now that substack/node-resolve#30 is merged #87

Closed michaelficarra closed 10 years ago

michaelficarra commented 10 years ago

Here's the offending lines: https://github.com/michaelficarra/commonjs-everywhere/blob/c89df52b15d52cca2dfeddd1b6b82397a00e8368/src/core-modules.coffee#L12-L13

Here's the fix to the resolution function: substack/node-resolve#30