Skip to content

Releases: RTVision/esbuild-dynamic-import

2.0.2

04 Oct 13:45
Compare
Choose a tag to compare

fixed an issue when rebundling with webpack. Thanks @st0nerhat

2.0.1

30 May 13:37
Compare
Choose a tag to compare

Fixed an issue related to the 2.0.0 release where non default imports were not coming through at the expected location. i.e. they were located under .default instead of at the top level object. Thanks @wenerme

2.0.0

16 May 13:58
Compare
Choose a tag to compare

BREAKING CHANGE: this plugin will now be looking at all the named exports instead of the properties off the default export. While in most cases I don't expect this to affect people, it does have the potential to do so. If there are any issues with this direction, open an issue.

1.0.1

14 Feb 00:27
Compare
Choose a tag to compare

Fixed issue with 1.0.0 build only publishing lib/* while it is now dist/* with tsup

1.0.0

14 Feb 00:22
a208a52
Compare
Choose a tag to compare

Target ESM in typescript, use tsup to provide CJS build

Note this is a breaking change that if you were previously having to call .default off the import, you now longer should have to and have to migrate off it. This should be the only breaking issue.

0.2.0

17 Jun 02:32
Compare
Choose a tag to compare

Added loader config option that allows to esbuilds internal loaders to process files after already processed by this plugin

Initial Release

19 Nov 22:17
Compare
Choose a tag to compare
0.1.3

chore: README links broken