Skip to content

Commit 4003dea

Browse files
committed
test: try to fix ci
1 parent a64e9ac commit 4003dea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/umi-core/src/registerBabel.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export default function(cwd, extraFiles = []) {
1313
},
1414
],
1515
],
16+
ignore: [/node_modules/],
1617
only: [join(cwd, 'config'), join(cwd, '.umirc.js'), join(cwd, '.umirc.ts')]
1718
.concat(extraFiles)
1819
.map(file => slash2(file)),

0 commit comments

Comments
 (0)