You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor resolving and simplify webpack config aliases (#479) (e0fde1a)
Remove node-sass from peerDependencies (#533) (6439cef)
BREAKING CHANGES
Drop official node 4 support
This slightly changes the resolving algorithm. Should not break in normal usage, but might break in complex configurations.
The sass-loader throws an error at runtime now and refuses to compile if the peer dependency is wrong. This could break applications where npm's peer dependency warning was just ignored.