Releases: RTVision/esbuild-dynamic-import
Releases · RTVision/esbuild-dynamic-import
2.0.2
fixed an issue when rebundling with webpack. Thanks @st0nerhat
2.0.1
2.0.0
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
Fixed issue with 1.0.0 build only publishing lib/* while it is now dist/* with tsup
1.0.0
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
Added loader config option that allows to esbuilds internal loaders to process files after already processed by this plugin
Initial Release
0.1.3 chore: README links broken