plasticine / inject-loader

💉📦 A Webpack loader for injecting code into modules via their dependencies.
https://www.npmjs.com/package/inject-loader
MIT License
484 stars 47 forks source link

Expose exports variable to support CommonJS and Babel #11

Closed ErrorPro closed 9 years ago

ErrorPro commented 9 years ago

This PR could fix this issue #6

nkbt commented 9 years ago

@ErrorPro that fixes #6 for sure, see comment https://github.com/plasticine/inject-loader/issues/6#issuecomment-124474515

plasticine commented 9 years ago

Hey peeps :)

I'm on vacation for the next week or so, will merge and sort out a bunch of these when I get back to work. :v:

plasticine commented 9 years ago

Ok, seems people really want this fix, so I will put it into master as I can't see any reason not to. However I can only eyeball the code as I am sans-computer for the next week, this also means there will be not new release published until I am back at a keyboard—people will have to use master.

nkbt commented 9 years ago

Great, thanks!