Skip to content

Commit c2d192d

Browse files
authored
Update README.md
1 parent 4830fb1 commit c2d192d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,13 @@ interface Config {
5555

5656
### filter(optional)
5757
Return `true` to make current file internal, otherwise ignore current file.
58-
58+
##### example
59+
```typescript
60+
...
61+
new HTMLInlineCSSWebpackPlugin({
62+
filter(fileName) {
63+
return fileName.includes('main');
64+
},
65+
}),
66+
...
67+
```

0 commit comments

Comments
 (0)