This repository was archived by the owner on Dec 16, 2021. It is now read-only.
This repository was archived by the owner on Dec 16, 2021. It is now read-only.
Update in-browser bundling to use newer Rollup version #122
Closed
Description
To suppose newer language features in the compiled code (like ??
and ?.
) we need to update the version of Rollup used for the in-browser bundling. This might be as easy as just upgrading the version we're using, but there might have been some relevant breaking changes from v1 -> v2 in terms of how we're programmatically calling it in the browser.