Skip to content

Commit 5f6e872

Browse files
committed
chore: fixing the test env
1 parent b699445 commit 5f6e872

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

babel.config.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
module.exports = {
2+
"env": {
3+
test: {
4+
presets: [
5+
[
6+
"@babel/env",
7+
{
8+
targets: {
9+
browsers: "> 0.5%, ie >= 11"
10+
}
11+
}
12+
]
13+
]
14+
}
15+
},
216
"presets": [
317
[
418
"@babel/env",

0 commit comments

Comments
 (0)