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

Question: can we use meteor's `reload` package with meteor-imports plugin? #18

Closed thiagodelgado111 closed 7 years ago

thiagodelgado111 commented 7 years ago

Can we use the reload package with meteor-imports plugin? I noticed it's being added to excluded and we can only add to that list. The reason why I ask is because it's breaking Kadira debug package as it seems that it depends on it.

luisherranz commented 7 years ago

Hmm... I think it was excluded because webpack uses its own reload mechanism. You can probably add it back.

thiagodelgado111 commented 7 years ago

Thanks @luisherranz, closing this one

jedwards1211 commented 7 years ago

Yeah, this came up when someone was using the oauth packages as well, so I got rid of the exclusion in this package.