Skip to content

Commit 12ffd67

Browse files
chore: rewrite link to valid (#444)
1 parent e56657f commit 12ffd67

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ module.exports = {
517517

518518
### Normal Usage
519519

520-
Chain `stylus-loader` with the [`css-loader`](https://github.com/webpack-contrib/css-loader) and [`style-loader`](https://github.com/webpack-contrib/style-loader) to immediately apply all styles to the DOM.
520+
Chain `stylus-loader` with the [`css-loader`](https://github.com/webpack/css-loader) and [`style-loader`](https://github.com/webpack/style-loader) to immediately apply all styles to the DOM.
521521

522522
**webpack.config.js**
523523

@@ -659,7 +659,7 @@ module.exports = {
659659

660660
### In production
661661

662-
Usually, it's recommended to extract the style sheets into a dedicated CSS file in production using the [MiniCssExtractPlugin](https://github.com/webpack-contrib/mini-css-extract-plugin). This way your styles are not dependent on JavaScript.
662+
Usually, it's recommended to extract the style sheets into a dedicated CSS file in production using the [MiniCssExtractPlugin](https://github.com/webpack/mini-css-extract-plugin). This way your styles are not dependent on JavaScript.
663663

664664
### webpack resolver
665665

@@ -731,7 +731,7 @@ Rendering may be delayed or even a [FOUC](https://en.wikipedia.org/wiki/Flash_of
731731
There are two possibilities to extract a style sheet from the bundle:
732732

733733
- [`extract-loader`](https://github.com/peerigon/extract-loader) (simpler, but specialized on the css-loader's output)
734-
- [MiniCssExtractPlugin](https://github.com/webpack-contrib/mini-css-extract-plugin) (more complex, but works in all use-cases)
734+
- [MiniCssExtractPlugin](https://github.com/webpack/mini-css-extract-plugin) (more complex, but works in all use-cases)
735735

736736
## Contributing
737737

0 commit comments

Comments
 (0)