npm.io
0.13.2 • Published 11 years ago

jsx-loader

Licence
Apache 2
Version
0.13.2
Deps
2
Vulns
1
Weekly
0
Stars
108

JSX loader for webpack

Usage:

{..., loader: 'jsx-loader'}

To enable ES6 features, use ?harmony in your loader config. To auto insert the pragma required to process the file use the insertPragma parameter e.g. ?insertPragma=React.DOM. Flow-style type annotations can be stripped using ?stripTypes.