optimizer-jsx

1.1.7 • Public • Published

optimizer-jsx

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

Install

$ npm install --save optimizer-jsx

Usage

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

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

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

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

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.7
    0
    • latest

Version History

Package Sidebar

Install

npm i optimizer-jsx

Weekly Downloads

0

Version

1.1.7

License

MIT

Last publish

Collaborators

  • austinkelleher
  • dylanpiercey
  • mlrawlings
  • vinodkl
  • pnidem
  • philidem