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

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -