sass-loader
Advanced tools
Changelog
10.0.0-rc.0 (2020-08-24)
sources
in source maps, also avoids modifying sass
source maps if the sourceMap
option is false
Changelog
9.0.0 (2020-07-02)
10.13
sass
(dart-sass
) by default, it is strongly recommended to migrate on sass
(dart-sass
)prependData
option was removed in favor the additionalData
option, see docssourceMap
is true
, sassOptions.sourceMap
, sassOptions.sourceMapContents
, sassOptions.sourceMapEmbed
, sassOptions.sourceMapRoot
and sassOptions.omitSourceMapUrl
will be ignored.this.webpackLoaderContext
property (#853) (d487683)process.cwd()
resolution logic by default (#837) (0c8d3b3)SASS-PATH
env variable resolution logic by default (#836) (8376179)sass
property for the exports
field from package.json
(conditional exports, for more information read docs)includePaths
option used was improved (#827) (cbe5ad4)file://
scheme was improved (17832fd)Changelog
8.0.0 (2019-08-29)
webpack
version is 4.36.0
node.js
version is 8.9.0
includePaths
, importer
, functions
, outputStyle
) options to the sassOptions
option. The functions
option can't be used as Function
, you should use sassOption
as Function
to achieve this.data
option was renamed to the prependData
optionsourceMap
option depends on the devtool
value (eval
/false
values don't enable source map generation)fibers
package if it is possible (#744) (96184e1)devtool
option (#743) (fcea88e)node-sass
/sass
@import
(including support _index
and index
files in a directory)pnp