Polymer / hn-polymer-2

Polymer Hacker News clone
158 stars 23 forks source link

Best practices for polymer.json + es6-unbundled? #11

Open s2tephen opened 7 years ago

s2tephen commented 7 years ago

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!