app icon indicating copy to clipboard operation
app copied to clipboard

Code splitting

Open NeoLegends opened this issue 7 years ago • 0 comments

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.

NeoLegends avatar Apr 29 '18 11:04 NeoLegends