react-redux-universal-hot-example
react-redux-universal-hot-example copied to clipboard
Update sass-loader to the latest version 🚀
The devDependency sass-loader was updated from 7.3.1 to 8.0.0.
This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Publisher: evilebottnawi License: MIT
Release Notes for v8.0.0
âš BREAKING CHANGES
- minimum required
webpackversion is4.36.0 - minimum required
node.jsversion is8.9.0 - move all sass (
includePaths,importer,functions) options to thesassOptionsoption. Thefunctionsoption can't be used asFunction, you should usesassOptionasFunctionto achieve this. - the
dataoption was renamed to theprependDataoption - default value of the
sourceMapoption depends on thedevtoolvalue (eval/falsevalues don't enable source map generation)
Features
- automatically use the
fiberspackage if it is possible (#744) (96184e1) - source map generation depends on the
devtooloption (#743) (fcea88e) - validate loader options (#737) (7b543fc)
- reworked error handling from
node-sass/sass - improve resolution for
@import(including support_indexandindexfiles in a directory)
Bug Fixes
- compatibility with
pnp
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot :palm_tree: