JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 25079
  • Score
    100M100P100Q174931F
  • License Apache 2

JSX loader for webpack

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.