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
Post a Comment