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.
1 parent ccbaf24 commit a359282Copy full SHA for a359282
README.md
@@ -90,8 +90,8 @@ module.exports = {
90
};
91
```
92
93
-If you started with webpack directly, e.g. as described
94
-[here](https://webpack.js.org/guides/getting-started/#basic-setup), then you've probably already created
+If you started with webpack directly, e.g. as described under
+[basic setup](https://webpack.js.org/guides/getting-started/#basic-setup), then you've probably already created
95
*webpack.config.js* yourself. In this case, you first need to get webpack to generate HTML, with
96
[html-webpack-plugin](https://webpack.js.org/plugins/html-webpack-plugin/). Moreover, for CSS to be
97
generated into separate files it is recommended to use
0 commit comments