Skip to content

Defer loading Babel until it is needed #2

Closed
@bvaughn

Description

@bvaughn

We currently load Babel via CDN (which is nice) but we load it in the <head> of the page (which is not so nice). We should only load it on pages that actually use it (eg pages that use the CodeEditor).

Check out the Babel website's REPL for an example of similar deferred loading.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions