2.0.6-sl.1 • Published 6 years ago

@nightingales/lingui-babel-plugin-transform-react v2.0.6-sl.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

License Version Downloads

@lingui/babel-plugin-transform-react

Babel plugin which transforms content of components from lingui-react to ICU MessageFormat.

@lingui/babel-plugin-transform-react is part of js-lingui. See the documentation for all information, tutorials and examples.

Installation

yarn add --dev @lingui/babel-plugin-transform-react
# npm install --save-dev @lingui/babel-plugin-transform-react

Usage

Via .babelrc (Recommended)

.babelrc

{
  "plugins": ["@lingui/babel-plugin-transform-react"]
}

Via CLI

babel --plugins @lingui/babel-plugin-transform-react script.js

Via Node API

require("@babel/core").transform("code", {
  plugins: ["@lingui/babel-plugin-transform-react"]
})

License

MIT