Releases: trygve-lie/esbuild-plugin-import-map
Releases · trygve-lie/esbuild-plugin-import-map
v3.0.0-next.2
3.0.0-next.2 (2022-06-15)
Features
- Make first argument to .load() the base URL (789ead3)
BREAKING CHANGES
- The first argument to the
.load()
method now takes a base URL which the import map parser will use when parsing.
v3.0.0-next.1
3.0.0-next.1 (2022-06-13)
Bug Fixes
- Lint love (1b5efdd)
Features
- Support full import map mapping (50c021d)
BREAKING CHANGES
- Module should now be spec compliant and this might break builds where parts of an import map might have been ignored. The
load()
do now also take a second argument for setting a base URL to be applied to relative import references.