You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 21, 2022. It is now read-only.
I'm building a Polymer app right now and this project has been a super helpful reference example on how to structure a PWA with the PRPL pattern and using HTTP2 server push with Firebase Hosting.
Quick question: the current firebase.json config is based on the es5-bundled build preset —
should those settings be any different for an es6-unbundled build? (I was thinking specifically about whether to include all of hn-app's dependencies in the Link headers.)
Thanks in advance and for your continued work on Polymer!
I'm building a Polymer app right now and this project has been a super helpful reference example on how to structure a PWA with the PRPL pattern and using HTTP2 server push with Firebase Hosting.
Quick question: the current
firebase.jsonconfig is based on thees5-bundledbuild preset —should those settings be any different for an
es6-unbundledbuild? (I was thinking specifically about whether to include all ofhn-app's dependencies in the Link headers.)Thanks in advance and for your continued work on Polymer!