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 256eed4 commit 7bc29e4Copy full SHA for 7bc29e4
src/scripts/build/babel.js
@@ -18,7 +18,7 @@ const config = useBuiltinConfig
18
19
const ignore = args.includes('--ignore')
20
? []
21
- : ['--ignore', '__tests__,__mocks__']
+ : ['--ignore', '**/__tests__/**,**/__mocks__/**']
22
23
const copyFiles = args.includes('--no-copy-files') ? [] : ['--copy-files']
24
0 commit comments