Skip to content
This repository has been archived by the owner on Mar 15, 2020. It is now read-only.

Add built-in support for code splitting #144

Closed
Comandeer opened this issue Dec 30, 2018 · 1 comment
Closed

Add built-in support for code splitting #144

Comandeer opened this issue Dec 30, 2018 · 1 comment
Milestone

Comments

@Comandeer
Copy link
Owner

The code splitting in Rollup is done via import() syntax, which is not supported in Babel without appropriate plugin. Let's add this plugin by default.

@Comandeer Comandeer added this to the v7.0.0 milestone Dec 30, 2018
@Comandeer
Copy link
Owner Author

There is also another method of code splitting: passing several inputs.

@Comandeer Comandeer mentioned this issue Jan 17, 2019
Merged
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant