app
app copied to clipboard
Code splitting
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.