yarn run babel -f babel.config.js
is logging all the transpiled scripts to the console by default.
Is there an option in Babel to skip logging the transpiled javascript to Console?
yarn run babel -f babel.config.js
is logging all the transpiled scripts to the console by default.
Is there an option in Babel to skip logging the transpiled javascript to Console?
If you need to prevent
babellogging thing, you need to set up the--out-fileand set--quietoption: