Peter Burns
Peter Burns
The simple compilation solution is the [vulcanize](https://github.com/Polymer/vulcanize/) tool. If you're adventurous, we've just landed integration into closure compiler, which can enable significant further size wins. Neither of these will be...
This is really great feedback. I filed some sub-issues to track resolving these point.
Hm, is this maybe a service worker or caching thing? I'm having trouble reproducing, either with my main Chrome profile, an incognito profile, or other browsers like Safari and Firefox....
Ah, yeah, if a user gets a cached version of the iron-doc-viewer bundle, then it wouldn't have ``, and the page would be blank. Do we have a way of...
will do.
Some of this was superceded by #206 and #240 but it looks like there's still other changes here that are worth landing
Updating fast-glob in #244
We should add a unit test configuration with TS 4.8
To see what and where they're used, set `minify` to false in esbuild.script.mjs and grep through built/**/*.js for `require`. I wonder if we could publish a build that uses web...