1.1.3 • Published 11 months ago

@kbrw/babel-preset-jsxz v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

babel-preset-jsxz

Babel preset for JSXZ transform

see https://github.com/kbrw/babel-plugin-transform-jsxz

For more explanation about the JSXZ transformation : generate your react component from html at compile time.

Install

npm install --save babel-preset-jsxz

Usage

{
  "presets": ["jsxz"]
}

You can specify the HTML template relative dir with the "dir" option.

{
  "presets": [["jsxz",{dir: "/path/to/my/templates"}]]
}