v4.0.0
Cache
All transpiled source code is now cached in file system by default, which should significantly improve startup time when using import-jsx. Big thanks to @dumbmatter for implementing this valuable feature!
Cache can be disabled via cache option:
importJsx('./file', {cache: false});Node.js support
import-jsx now targets Node.js versions 10.x and higher.