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
{{ message }}
This repository was archived by the owner on Feb 1, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -56,12 +56,17 @@ module.exports = {
56
56
}
57
57
```
58
58
59
-
you can also limit plugin to certain entrypoints via `only` param:
59
+
### Options
60
60
61
-
```
61
+
The options available in purgecss [Configuration](https://www.purgecss.com/configuration.html) are also avaiable in the webpack plugin with the exception of css and content.
62
+
63
+
*#### only
64
+
65
+
You can specify entrypoints to the purgecss-webpack-plugin with the option only:
0 commit comments