Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

babel-preset-nornj-with-antd

joe-sky28MIT5.3.5

Make the NornJ work gracefully in the JSX environment with Ant Design

react, jsx, nornj, if, else, for, each, loop, switch, babel

readme

Babel-Preset-NornJ-with-antd

Install

npm install babel-preset-nornj-with-antd  #or yarn add babel-preset-nornj-with-antd

Next, add nornj-with-antd to presets in your babel configuration:

{
  "presets": [
    "nornj-with-antd"
  ]
}

License

MIT