Loaders updates (especially css-loader)#291
Conversation
|
Looks good. Could you please remove the
Yes. |
|
Great stuff, @marcofugaro! 🙌 I am just thinking that maybe we should now provide a postcss/cssnano configuration for the production build of the sample app, since the css-loader's |
|
@vlad-zhukov alright done, updated also the postcss block since there were no breaking changes with the new major version |
|
@andywer thanks! was wondering wether I should update also the I can set up the cssnano minification in this PR or another if you want, let me know! |
vlad-zhukov
left a comment
There was a problem hiding this comment.
👍 We can add minification in another PR.
I updated all the most common dependencies to their latest version. Most of them have only minor updates, and so no breaking changes.
The two that had major updates are the file-loader (release) and the url-loader (release).
For the file-loader, I updated it anyway since webpack-blocks supports node6 to up as well.
For the css-loader, I had to handle the deprecation of the
minimizeoption, I documented in the readme how to minify the css, and I updated the tests as best as I can.Let me know if I can handle the examples/tests in any better way. Also should I update the changelogs?