easy-webpack / config-css

MIT License
0 stars 2 forks source link

fix(index): update syntax to match latest rc3 #34

Closed pndewit closed 7 years ago

pndewit commented 7 years ago

Latest RC (RC3) of extract-text-webpack-plugin gives a warning when using the fallbackLoader and loader namings. Also updated the dependency to the latest RC.

See: https://github.com/webpack-contrib/extract-text-webpack-plugin/releases/tag/v2.0.0-rc.3

niieani commented 7 years ago

I'm releasing this fix without testing (shame on me...), I honestly hope you have :)

pndewit commented 7 years ago

Created a PR this morning for the docs update: https://github.com/webpack-contrib/extract-text-webpack-plugin/pull/394

I tested this with my project, but that's just one of many use cases of course.

pndewit commented 7 years ago

Just a quick update, the docs PR was approved and merged.

niieani commented 7 years ago

Awesome, thanks.