Skip to content

Commit e8db0a5

Browse files
authored
Update README.md
1 parent 4c34f8b commit e8db0a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ interface Config {
6767
```typescript
6868
filter?(fileName: string): boolean
6969
```
70-
Return `true` to make current file internal, otherwise ignore current file.
70+
Return `true` to make current file internal, otherwise ignore current file. Include both css file and html file name.
7171
##### example
7272
```typescript
7373
...
@@ -97,7 +97,7 @@ A target for adding the internal style sheet
9797
Add internal style sheet `before`/`after` the `target`
9898
#### removeTarget(optional)
9999
if `true`, it will remove the `target` from the output HTML
100-
100+
> Please note that HTML comment is removed by default by the `html-webpack-plugin` in production mode. [#16](https://github.com/Runjuu/html-inline-css-webpack-plugin/issues/16#issuecomment-527884514)
101101
##### example
102102
```html
103103
<head>

0 commit comments

Comments
 (0)