Skip to content

Commit b4e044e

Browse files
committed
docs(en): fetch all
1 parent 1af5566 commit b4e044e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/content/loaders/sass-loader.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,11 +312,13 @@ Default: defaults values for Sass implementation
312312

313313
Options for [Dart Sass](http://sass-lang.com/dart-sass) or [Node Sass](https://github.com/sass/node-sass) implementation.
314314

315+
> ℹ️ The `charset` option has `true` value by default for `dart-sass`, we strongly discourage change value to `false`, because webpack doesn't support files other than `utf-8`.
316+
315317
> ℹ️ The `indentedSyntax` option has `true` value for the `sass` extension.
316318
317319
> ℹ️ Options such as `data` and `file` are unavailable and will be ignored.
318320
319-
> ℹ We recommend not to set the `outFile`, `sourceMapContents`, `sourceMapEmbed`, `sourceMapRoot` options because `sass-loader` automatically sets these options when the `sourceMap` option is `true`.
321+
> ℹ We strongly discourage change `outFile`, `sourceMapContents`, `sourceMapEmbed`, `sourceMapRoot` options because `sass-loader` automatically sets these options when the `sourceMap` option is `true`.
320322
321323
> ℹ️ Access to the [loader context](/api/loaders/#the-loader-context) inside the custom importer can be done using the `this.webpackLoaderContext` property.
322324

0 commit comments

Comments
 (0)