Skip to content
This repository was archived by the owner on May 4, 2020. It is now read-only.

Commit ff09a5f

Browse files
author
Long Ho
committed
fix(@formatjs/cli): ignore configFile, fix #631
1 parent 815f812 commit ff09a5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cli/src/extract.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ function getBabelConfig(
2121
): babel.TransformOptions {
2222
return {
2323
babelrc: false,
24+
configFile: false,
2425
parserOpts: {
2526
plugins: [
2627
'asyncGenerators',

0 commit comments

Comments
 (0)