Cope with latest babel by explicitly targetting node during Syndicate parser compilation

This commit is contained in:
Tony Garnock-Jones 2019-05-16 08:10:59 +01:00
parent 32bccdbad9
commit 7447a4d3dc
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
{
"presets": [ "@babel/preset-env" ]
"presets": [ ["@babel/preset-env", { "targets": { "node": true } } ] ]
}