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 5c5518f commit 32f9f96Copy full SHA for 32f9f96
1 file changed
readme.md
@@ -37,14 +37,11 @@ $ posthtml --help
37
```
38
>**Note:** This package does not respect the order of patterns. First, all the negative patterns are applied, and only then the positive patterns.
39
40
-Also note that in case of using external config file, the config itself needs to be contained inside "posthtml" key:
41
```js
42
module.exports = {
43
- posthtml: {
44
- plugins: {
45
- 'posthtml-plugin': {
46
- foo: 'bar'
47
- }
+ plugins: {
+ 'posthtml-plugin': {
+ foo: 'bar'
48
}
49
50
};
0 commit comments