3.0.0 • Published 7 years ago

lasso-jsx v3.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

lasso-jsx

This Node.js module is a plugin for the Lasso.js, that provides support to precompile Facebook React JSX files with the .jsx extension into JavaScript.

Install

$ npm install --save lasso-jsx

Usage

In your dependencies list in browser.json, just go ahead and all your source .jsx files

[
    "main.jsx",
    "components/toolbar.jsx",
    ...
]

And add lasso-jsx as the required plugin in lasso-config.json

{
	"plugins": [
	    "lasso-jsx"
	    ...
	],
	...
}

The JSX directive /** @jsx React.DOM */ is automatically prepended to .jsx files if missing.

3.0.0

7 years ago

2.0.0

8 years ago

1.1.10

9 years ago

1.1.9

9 years ago

1.1.8

9 years ago