Skip to content

v10.0.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@debugwand debugwand released this 22 May 09:58

Optionally allow user to use sass-embedded rather than sass for building CSS.

This requires sass-loader to use at least v10. This can cause breaking changes if your SASS has imported local things without setting the right path, e.g. using components/video rather than ../../components/video from a file such as client/components/something/_item.scss, where that file is included in client/main.scss

prependData option is deprecated in favour of additionalData option