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

Breaking change: It’s no longer allowed to omit the ‘-loader’ suffix when using loaders. You need to specify ‘imports-loader’ instead of ‘imports’ #22

Closed HugoMag closed 7 years ago

HugoMag commented 7 years ago

Hi, Using webpack v2.3.2 and meteor-imports-webpack-plugin v2.0.3 I'm getting the following error: Breaking change: It’s no longer allowed to omit the ‘-loader’ suffix when using loaders. You need to specify ‘imports-loader’ instead of ‘imports’.

Can anyone help me?

Thanks in advance. Best regards, Hugo

jedwards1211 commented 7 years ago

oh, duh, I don't know why I'm not seeing those errors when using webpack 2. Easy fix, will have it out today

jedwards1211 commented 7 years ago

@HugoMag okay, v2.0.4 is released with this fix. Thanks!

HugoMag commented 7 years ago

@jedwards1211 Thanks!

jedwards1211 commented 7 years ago

@HugoMag you're welcome, is it working for you now?

HugoMag commented 7 years ago

@jedwards1211 Yes its working fine. Thanks again for the fix so quickly the bug!

jedwards1211 commented 7 years ago

Great!