Package Exports
- jsx-loader
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (jsx-loader) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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
.