We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aa7822 commit 3d98520Copy full SHA for 3d98520
1 file changed
.babelrc
@@ -12,7 +12,7 @@
12
"@babel/preset-env",
13
{
14
"modules": false,
15
- "targets": "defaults",
+ "targets": "defaults and not IE 11",
16
}
17
]
18
],
0 commit comments