vvo / test-babel-node-configuration-file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test-babel-node-configuration-files

This fails:

./node_modules/.bin/babel-node --config-file ./.test-babelrc.js -e "const a = 1"

This works:

./node_modules/.bin/babel-node --config-file ./.test-babelrc.js ./test.js

About


Languages

Language:JavaScript 100.0%