Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

před 3 roky
12345678910111213141516171819
  1. # @babel/preset-react
  2. > Babel preset for all React plugins.
  3. See our website [@babel/preset-react](https://babeljs.io/docs/en/next/babel-preset-react.html) for more information or the [issues](https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22area%3A%20react%22+is%3Aopen) associated with this package.
  4. ## Install
  5. Using npm:
  6. ```sh
  7. npm install --save-dev @babel/preset-react
  8. ```
  9. or using yarn:
  10. ```sh
  11. yarn add @babel/preset-react --dev
  12. ```