Skip to content

Commit 0fd140e

Browse files
authored
Update code-splitting-css.md
"Extract" should be "ExtractTextPlugin"
1 parent 15e6c92 commit 0fd140e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/guides/code-splitting-css.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ module.exports = function () {
7373
loaders: [{
7474
test: /\.css$/,
7575
exclude: /node_modules/,
76-
loader: Extract.extract({
76+
loader: ExtractTextPlugin.extract({
7777
loader: 'css-loader?sourceMap'
7878
})
7979
}]
@@ -84,4 +84,4 @@ module.exports = function () {
8484
]
8585
}
8686
}
87-
```
87+
```

0 commit comments

Comments
 (0)