1.0.1 • Published 9 years ago

babel-preset-jsxz v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

babel-preset-jsxz

Babel preset for JSXZ transform

see https://github.com/awetzel/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"}]]
}