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
move all sass (includePaths, importer, functions) options to the sassOptions option. The functions option can't be used as Function, you should use sassOption as Function to achieve this.
the data option was renamed to the prependData option
default value of the sourceMap option depends on the devtool value (eval/false values don't enable source map generation)
Features
automatically use the fibers package if it is possible (#744) (96184e1)
source map generation depends on the devtool option (#743) (fcea88e)