Merge pull request #1103 from penenkel/patch-2

Bug/1030 Adjust babel config to account for IE11
This commit is contained in:
Knut Sveidqvist
2019-12-01 00:42:02 +01:00
committed by GitHub

View File

@@ -3,9 +3,7 @@ module.exports = {
[
'@babel/preset-env',
{
targets: {
node: 'current'
}
targets: "defaults, ie >= 11, current node"
}
]
]