Skip to content

Commit e168c79

Browse files
author
Julien Bouquillon
committed
chore: babelrc
1 parent b0423f9 commit e168c79

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.babelrc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"presets": [["@babel/preset-react"], ["@babel/preset-env"]],
3+
"env": {
4+
"esm": {
5+
"presets": [
6+
[
7+
"@babel/preset-env",
8+
{
9+
"modules": false
10+
}
11+
]
12+
]
13+
}
14+
}
15+
}

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
.cache
22
dist
3+
cjs
4+
esm

0 commit comments

Comments
 (0)