babeljs - Prevent Babel from using .babelrc -


when requiring('babel/register)() if tell custom .babelrc path still loads original .babelrc too. how can prohibit read .babelrc?

the answer impossible , therefore should specify custom babel_env each time you're using babel , in .babelrc make "env" section configuration each of babel_env


Comments

Popular posts from this blog

xml - Extract substrings with XSLT -

math - "ELO Rating" and how does "TSR Rating" work? -

How can do a tuple comparison in coffeescript similar to that in python? -