How to transfer a specific .babelrc file to `babel-node` and` babel`?

I was wondering if it is possible to pass the path to a specific .babelrc in the babel-node and babel .

It is necessary to specify separate assemblies for the external and internal code.

(Edit: included babel cli in question)

+8
babeljs
source share

No one has answered this question yet.

See related questions:

33
How to configure Babel 6 using Node JS to use ES6 in my server side code?
7
How to split code between Webpack assembly and NodeJS process?
5
How to use additional Babel 6 helpers in a browser?
5
Babel 6 presets specified in .babelrc not working
2
How can I use ES6 bracket import instructions from module nodes in a node? I am using babel
one
Unexpected Reserved Word: import - Webpack, Babel, Node, React
one
how to use babel 6 (es7) plugins like (es6) polyfill?
0
setup babel with webpack
0
How to configure npm source search paths to run babel-node, similar to browser paths?
0
Cannot start downloaded babel files using node

All Articles