Skip to content

Commit 9c52e5a

Browse files
committed
chore: use babel-config-json
1 parent 23b8295 commit 9c52e5a

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

babel.config.js

Lines changed: 0 additions & 10 deletions
This file was deleted.

babel.config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"presets": ["babel-preset-atomic"],
3+
"plugins": [],
4+
"exclude": "node_modules/**",
5+
"sourceMap": "inline"
6+
}

0 commit comments

Comments
 (0)