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 69d3f11 commit 87ea3f6Copy full SHA for 87ea3f6
README.md
@@ -93,11 +93,11 @@ module.exports = {
93
## Integration with postcss-import
94
95
When using [postcss-import] plugin, you may want to tell webpack about
96
-dependencies coming from your `@import` directives.
+dependencies coming from your `@import` directives.
97
For example: in watch mode, to enable recompile on change.
98
99
Since the function in postcss section is executed with
100
-the [webpack loader-context], we can use the postcss-import callback
+the [webpack loader-context], we can use the postcss-import callback
101
[onImport] to tell webpack what files need to be watched.
102
103
```js
0 commit comments