Skip to content

Bump sass-loader from 9.0.3 to 11.0.0

Bumps sass-loader from 9.0.3 to 11.0.0.

Release notes

Sourced from sass-loader's releases.

v11.0.0

Notes

  • using ~ is deprecated and can be removed from your code (we recommend it), but we still support it for historical reasons.

Why you can removed it? The loader will first try to resolve @import/@use as relative, if it cannot be resolved, the loader will try to resolve @import/@use inside node_modules.

BREAKING CHANGES

  • minimum supported webpack version is 5

Features

  • supported the resolve.byDependency option, you can setup { resolve: { byDependency: { sass: { mainFiles: ['custom', '...'] } } } }

v10.1.1

10.1.1 (2021-01-11)

Bug Fixes

  • problem with resolving and the includePaths option (#913) (cadc75e)

v10.1.0

10.1.0 (2020-11-11)

Features

  • allow the additionalData to be async (#902) (9d925ff)

v10.0.5

10.0.5 (2020-11-02)

Bug Fixes

v10.0.4

10.0.4 (2020-10-22)

Bug Fixes

  • compatibility with the filesystem cache (#896) (e31f9b6)

v10.0.3

10.0.3 (2020-10-09)

... (truncated)
Changelog

Sourced from sass-loader's changelog.

11.0.0 (2021-02-05)

Notes

  • using ~ is deprecated and can be removed from your code (we recommend it), but we still support it for historical reasons.

Why you can removed it? The loader will first try to resolve @import/@use as relative, if it cannot be resolved, the loader will try to resolve @import/@use inside node_modules.

BREAKING CHANGES

  • minimum supported webpack version is 5

Features

  • supported the resolve.byDependency option, you can setup { resolve: { byDependency: { sass: { mainFiles: ['custom', '...'] } } } }

10.1.1 (2021-01-11)

Bug Fixes

  • problem with resolving and the includePaths option (#913) (cadc75e)

10.1.0 (2020-11-11)

Features

  • allow the additionalData to be async (#902) (9d925ff)

10.0.5 (2020-11-02)

Bug Fixes

10.0.4 (2020-10-22)

Bug Fixes

  • compatibility with the filesystem cache (#896) (e31f9b6)

10.0.3 (2020-10-09)

Chore

... (truncated)
Commits

Merge request reports