webpack-contrib / imports-loader

Imports Loader
MIT License
520 stars 63 forks source link

Add -suffix to README examples to reflect Webpack 2 change #34

Closed kevinzwhuang closed 7 years ago

kevinzwhuang commented 7 years ago

Summary:

Webpack v2.1.0-beta.26 introduced a breaking change to require loaders to have the -loader suffix.

This PR updates the README to show that pattern as an example instead of using the shorthand naming.

cc: @sokra @SpaceK33z