We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0b9f49 + 70d23b9 commit 42b8f39Copy full SHA for 42b8f39
content/guides/code-splitting-css.md
@@ -47,9 +47,10 @@ Install the [`ExtractTextWebpackPlugin`](/plugins/extract-text-webpack-plugin) p
47
npm i --save-dev extract-text-webpack-plugin
48
```
49
50
-To use this plugin, it needs to be added to the `webpack.config.js` file in two steps.
+To use this plugin, it needs to be added to the `webpack.config.js` file in three steps.
51
52
```diff
53
++var ExtractTextPlugin = require('extract-text-webpack-plugin');
54
module.exports = {
55
module: {
56
rules: [{
0 commit comments