File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -830,7 +830,7 @@ module.exports = {
830
830
831
831
### CSS Modules
832
832
833
- > What are ` CSS Modules ` ? Please [ read here] ( https://github.com/webpack-contrib /css-loader#modules ) .
833
+ > What are ` CSS Modules ` ? Please [ read here] ( https://github.com/webpack/css-loader#modules ) .
834
834
835
835
No additional options required on the ` postcss-loader ` side to support CSS Modules.
836
836
To make them work properly, either add the ` css-loader ` ’s ` importLoaders ` option.
@@ -914,7 +914,7 @@ export default {
914
914
915
915
### Extract CSS
916
916
917
- To extract CSS into separate files, use [ ` mini-css-extract-plugin ` ] ( https://github.com/webpack-contrib /mini-css-extract-plugin ) .
917
+ To extract CSS into separate files, use [ ` mini-css-extract-plugin ` ] ( https://github.com/webpack/mini-css-extract-plugin ) .
918
918
919
919
** webpack.config.js**
920
920
You can’t perform that action at this time.
0 commit comments