0

For transform-react-jsx I have to specify a pragma but I want to only use babel-cli. Is that possible ?

Robert C. Holland
  • 1,651
  • 4
  • 24
  • 57

1 Answers1

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