Skip to content

Commit 230404e

Browse files
committed
Add ignore pattern for docs folder in babel configuration
1 parent e46c186 commit 230404e

File tree

2 files changed

+81
-410
lines changed

2 files changed

+81
-410
lines changed

.babelrc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@
1515
}
1616
}
1717
]
18+
],
19+
"ignore": [
20+
"docs/**"
1821
]
1922
}

0 commit comments

Comments
 (0)