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 bc4159c commit 6ed3527Copy full SHA for 6ed3527
knip.ts
@@ -142,11 +142,14 @@ const config: KnipConfig = {
142
'@rescript/react',
143
// The Babel plugin fails to detect it
144
'babel-plugin-transform-react-remove-prop-types',
145
+ // Runtime helpers injected by our Babel config, but not statically analyzable
146
+ '@babel/runtime',
147
// This one is weird. It's long-deprecated and shouldn't be necessary.
148
// Probably need to update the Webpack config.
149
'node-libs-browser',
150
// The below dependencies are not detected by the Webpack plugin
151
// due to the config issue.
152
+ 'mini-css-extract-plugin',
153
'expose-loader',
154
'file-loader',
155
'imports-loader',
0 commit comments