Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Update in-browser bundling to use newer Rollup version #122

Closed
Conduitry opened this issue Jun 26, 2020 · 1 comment · Fixed by #123
Closed

Update in-browser bundling to use newer Rollup version #122

Conduitry opened this issue Jun 26, 2020 · 1 comment · Fixed by #123
Labels
enhancement New feature or request

Comments

@Conduitry
Copy link
Member

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.

@dimfeld
Copy link

dimfeld commented Jun 26, 2020

I've been running the REPL with rollup v2 on my personal website and it works fine. Aside from dependency updates, this was the only change necessary to make it work: dimfeld@f7cf7cf

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants