Skip to content

Commit 42b8f39

Browse files
authored
Merge pull request #974 from nerdo/patch-1
Update code-splitting-css.md
2 parents c0b9f49 + 70d23b9 commit 42b8f39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/guides/code-splitting-css.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,10 @@ Install the [`ExtractTextWebpackPlugin`](/plugins/extract-text-webpack-plugin) p
4747
npm i --save-dev extract-text-webpack-plugin
4848
```
4949

50-
To use this plugin, it needs to be added to the `webpack.config.js` file in two steps.
50+
To use this plugin, it needs to be added to the `webpack.config.js` file in three steps.
5151

5252
```diff
53+
+var ExtractTextPlugin = require('extract-text-webpack-plugin');
5354
module.exports = {
5455
module: {
5556
rules: [{

0 commit comments

Comments
 (0)