Skip to content

v5.0.0

Latest

Choose a tag to compare

@vadimdemedes vadimdemedes released this 28 Feb 19:51
· 1 commit to main since this release

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.js

v4.0.1...v5.0.0