jedwards1211 / meteor-imports-webpack-plugin

Webpack plugin to import and use Meteor packages like if they were real NPM packages.
MIT License
25 stars 10 forks source link

prevent loaders from overlapping #3

Closed adam187 closed 8 years ago

adam187 commented 8 years ago

Hi,

I had an issue with loaders for meteor modules being overlapping for each compile. Because of that modules list was growing each time webpack refreshed and also hot module replacement did't work properly and i had full recompile after every change.

After this change everything works like a charm :)

luisherranz commented 8 years ago

Looks good :)

luisherranz commented 8 years ago

v1.0.5 pushed to npm: https://www.npmjs.com/package/meteor-imports-webpack-plugin