Skip to content

Commit 28ce4f6

Browse files
committed
docs: mention the removal of node-sass in the migration guide [skip ci]
1 parent b69697e commit 28ce4f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/migrations/migrate-from-v4.md

+4
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ Underlyingly, it uses the [`resolutions`](https://classic.yarnpkg.com/en/docs/se
7272

7373
Though both work in all our tests, please be aware that the `module-alias` approach is still considered hacky, and may not be as stable as the `"resolutions"` one.
7474

75+
#### Sass/SCSS
76+
77+
No longer supports generating project with `node-sass`. It has been [deprecated](https://sass-lang.com/blog/libsass-is-deprecated#how-do-i-migrate) for a while. Please use the `sass` package instead.
78+
7579
#### Underlying Loaders and Plugins
7680

7781
* `html-webpack-plugin` is upgraded from v3 to v4, see more details in the [release announcement](https://dev.to/jantimon/html-webpack-plugin-4-has-been-released-125d).

0 commit comments

Comments
 (0)