I'm trying to use babel-node with nodemon for the hot-reloading. I've basically followed this repo.
My dev
script in package.json
looks like that:
"dev": "nodemon app.js --exec babel-node --presets env"
My .babelrc
:
{
"presets": ["env"]
}
Even though the spread operator is listed as supported by the env preset, when using it with this setup I get a
SyntaxError: Unexpected token