Breaking changes
This package is now a loader hook and only supports ESM projects.
Use import-jsx as a loader hook to transpile and import JSX files on the fly:
node --loader=import-jsx file-with-jsx.jsThis package is now a loader hook and only supports ESM projects.
Use import-jsx as a loader hook to transpile and import JSX files on the fly:
node --loader=import-jsx file-with-jsx.js