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 a2a0255 commit ad6f3d5Copy full SHA for ad6f3d5
scripts/print-warnings/print-warnings.js
@@ -90,6 +90,7 @@ gs([
90
'!packages/react-devtools*/**/*.js',
91
'!**/__tests__/**/*.js',
92
'!**/__mocks__/**/*.js',
93
+ '!**/node_modules/**/*.js',
94
]).pipe(
95
through.obj(transform, cb => {
96
process.stdout.write(
0 commit comments