Skip to content

Commit 27840e9

Browse files
committed
chore: rewrite link to correct location
1 parent 4d54d53 commit 27840e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ This allows you to control the versions of all your dependencies and to choose w
5555
>
5656
> [Node Sass](https://github.com/sass/node-sass) does not work with [Yarn PnP](https://classic.yarnpkg.com/en/docs/pnp/) and doesn't support [@use rule](https://sass-lang.com/documentation/at-rules/use).
5757
58-
Chain the `sass-loader` with the [css-loader](https://github.com/webpack-contrib/css-loader) and the [style-loader](https://github.com/webpack-contrib/style-loader) to immediately apply all styles to the DOM, or with the [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) to extract it into a separate file.
58+
Chain the `sass-loader` with the [css-loader](https://github.com/webpack/css-loader) and the [style-loader](https://github.com/webpack/style-loader) to immediately apply all styles to the DOM, or with the [mini-css-extract-plugin](https://github.com/webpack/mini-css-extract-plugin) to extract it into a separate file.
5959

6060
Then add the loader to your webpack configuration. For example:
6161

@@ -750,7 +750,7 @@ For production builds, it's recommended to extract the CSS from your bundle to e
750750

751751
There are four recommended ways to extract a stylesheet from a bundle:
752752

753-
#### 1. [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin)
753+
#### 1. [mini-css-extract-plugin](https://github.com/webpack/mini-css-extract-plugin)
754754

755755
**webpack.config.js**
756756

0 commit comments

Comments
 (0)