chrisdmacrae / parceleventy

An @11ty/eleventy starter using parcel-bundler for production bundling
42 stars 2 forks source link

Pre-caching is caching unpretty URLs #5

Open chrisdmacrae opened 5 years ago

chrisdmacrae commented 5 years ago

Pre-caching currently only pre-caches un-pretty URLs for HTML assets.

E.g, dist/blog/index.html.

So going to /blog/ does not work for pre-caching.

This needs to be fixed.

nothingrandom commented 5 years ago

Any idea what actually causes this? According to the workbox precaching docs, both clean URLs and directory index are handled by default