v1.13.0 Preview 2
Pre-release
Pre-release
Taritsyn
released this
29 Jul 17:17
·
151 commits
to master
since this release
Version: 1.13.0 Preview 2
Published: 7/29/2021
Change Set: 04e38c5
In BundleTransformer.SassAndScss:
- Added support of the Dart Sass version 1.36.0
- Now can use the JavaScriptEngineSwitcher.V8 as a JS engine
Steps required to update the BundleTransformer.SassAndScss module to version 1.13.X:
- Update the BundleTransformer.SassAndScss package to latest preview version.
- Uninstall the LibSassHost and LibSassHost.Native.* packages if necessary.
- Remove the
precision
andsourceComments
attributes from the/configuration/bundleTransformer/sassAndScss
configuration element in theWeb.config
file. - Install one of the following packages: JavaScriptEngineSwitcher.Msie (only in the Chakra JsRT modes), JavaScriptEngineSwitcher.V8 or JavaScriptEngineSwitcher.ChakraCore.
- Register a JS engine.
- Set a name of JS engine (for example,
MsieJsEngine
) to thename
attribute of/configuration/bundleTransformer/sassAndScss/jsEngine
configuration element in theWeb.config
file.
NuGet Packages
Translators
- Bundle Transformer: Sass and SCSS contains adapter for the Dart Sass version 1.36.0