Fixed link to local scope

Update the link to css-loader local scope
master
Joe Seifi 2017-02-17 18:56:56 -08:00 committed by Joshua Wiens
parent 95ae661b1d
commit c890854634
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ require("style-loader/url!file-loader!./file.css");
(experimental)
When using [local scope CSS](https://github.com/webpack/css-loader#local-scope) the module exports the generated identifiers:
When using [local scope CSS](https://github.com/webpack/css-loader#css-scope) the module exports the generated identifiers:
``` javascript
var style = require("style-loader!css-loader!./file.css");