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 = {
830830
831831### CSS Modules
832832
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 ) .
834834
835835No additional options required on the ` postcss-loader ` side to support CSS Modules.
836836To make them work properly, either add the ` css-loader ` ’s ` importLoaders ` option.
@@ -914,7 +914,7 @@ export default {
914914
915915### Extract CSS
916916
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 ) .
918918
919919** webpack.config.js**
920920
You can’t perform that action at this time.
0 commit comments