You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ interface Config {
67
67
```typescript
68
68
filter?(fileName:string):boolean
69
69
```
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.
71
71
##### example
72
72
```typescript
73
73
...
@@ -97,7 +97,7 @@ A target for adding the internal style sheet
97
97
Add internal style sheet `before`/`after` the `target`
98
98
#### removeTarget(optional)
99
99
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)
0 commit comments