Skip to content

v4.0.0

Choose a tag to compare

@vadimdemedes vadimdemedes released this 28 Mar 12:56

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.

v3.1.0...v4.0.0