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
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,30 @@ You can pass [eslint options](https://eslint.org/docs/developer-guide/nodejs-api
82
82
>
83
83
> In eslint-webpack-plugin version 1 the options were passed to the now deprecated [CLIEngine](https://eslint.org/docs/developer-guide/nodejs-api#cliengine).
84
84
85
+
### `cache`
86
+
87
+
- Type:
88
+
89
+
```ts
90
+
typecache=boolean;
91
+
```
92
+
93
+
- Default: `true`
94
+
95
+
The cache is enabled by default to decrease execution time.
0 commit comments