Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit b866f40

Browse files
committed
chore(ie): debug online
1 parent e8698f1 commit b866f40

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

.babelrc

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
11
{
2-
"presets": [["next/babel"]],
2+
"presets": [
3+
["next/babel"]
4+
],
35
"env": {
46
"development": {
57
"plugins": ["inline-dotenv"]
68
},
79
"production": {
810
"presets": [
9-
[
10-
"next/babel",
11-
{
12-
"preset-env": {
13-
"targets": {
14-
"ie": "11"
15-
},
16-
"debug": false
17-
}
11+
["next/babel", {
12+
"preset-env": {
13+
"targets": {
14+
"ie": "10"
15+
},
16+
"debug": true
1817
}
19-
]
18+
}]
2019
]
2120
},
2221
"test": {

0 commit comments

Comments
 (0)