We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a38f079 commit 4ed4c9fCopy full SHA for 4ed4c9f
README.md
@@ -36,6 +36,9 @@ npm install --save-dev fork-ts-checker-webpack-plugin
36
37
# with yarn
38
yarn add --dev fork-ts-checker-webpack-plugin
39
+
40
+# with pnpm
41
+pnpm add -D fork-ts-checker-webpack-plugin
42
```
43
44
The minimal webpack config (with [ts-loader](https://github.com/TypeStrong/ts-loader))
0 commit comments