For transform-react-jsx
I have to specify a pragma
but I want to only use babel-cli. Is that possible ?
Asked
Active
Viewed 60 times
0

Robert C. Holland
- 1,651
- 4
- 24
- 57
1 Answers
0
I don't think providing options in babel-cli
is supported as discussed here. You should use .babelrc
if you need to configure plugin options.

Ganapati V S
- 1,571
- 1
- 12
- 23