Skip to content

Commit 52e207a

Browse files
committed
Remove flow-typed lib import (known by default!)
1 parent 3b06bf1 commit 52e207a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/react-scripts/config/webpack.config.dev.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -230,10 +230,6 @@ module.exports = {
230230
new WatchMissingNodeModulesPlugin(paths.appNodeModules),
231231
// Trigger some typechecking if a file matches with an @ flow comment
232232
new FlowTypecheckPlugin({
233-
flowconfig: [
234-
'[libs]',
235-
'./flow-typed'
236-
],
237233
otherFlowTypedDefs: {
238234
jest: "17.0.0"
239235
}

0 commit comments

Comments
 (0)