Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code splitting #156

Open
wants to merge 14 commits into
base: develop
Choose a base branch
from
Open

Code splitting #156

wants to merge 14 commits into from

Conversation

NeoLegends
Copy link
Member

@NeoLegends NeoLegends commented Apr 29, 2018

We configure Rollup to build two versions of Festify. One for browsers with native ES module support, the other one using SystemJS.

Primary goal is to remove the Polymer and firebase/database dependencies from the app-shell bundle (respectively the initial bundle), which will greatly reduce the code we have to load upfront. See #147.

This is currently done less optimally than possible but works alright.
The new build also supports browsers with a shitty JS Engine, so there shouldn't be any problems anymore.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants