v0.31.1
·
206 commits
to master
since this release
Overview
This patch release fixes a couple bugs in the import map generation as well as static asset bundle handling.
# npm
$ npm i -D @greenwood/cli@latest
# Yarn 1.x (classic)
$ yarn upgrade @greenwood/cli@latest --dev
# pnpm
$ pnpm i -D @greenwood/cli@latestChangelog
https://github.com/ProjectEvergreen/greenwood/issues?q=label%3Av0.31.1
- multiple usages of
new URL+import.meta.urlin same file only bundles the last occurrence - binary asset formats (e.g. png) are getting corrupted when bundled with
new URL+import.meta.url - export maps with entry point only conditions are showing the condition as part of the generated import map key (ex. d3)
- export maps that have just an entry point are not working
Breaking Changes
N / A
Known Issues
N / A