bump node target version

This commit is contained in:
daniel-j 2020-10-19 13:49:00 +02:00
parent 186fc4f3a3
commit efaefa354e

View file

@ -97,7 +97,7 @@ const bundleNpmModuleConfig = {
sourceMaps: !inProduction,
presets: [['@babel/env', {
targets: {
node: '8.0.0'
node: '10.0.0'
}
}]]
}