Webpack Route Manifest Versions Save

Generate an asset manifest file, keyed by route patterns!

v1.3.0

2 years ago

Features

  • Add webpack 5.x support (#7): eecb6b9 Thank you @harxki~!

Chores

  • Run GitHub Action CI for pull_request events: eecb6b9

v1.1.0

4 years ago

Features

  • Add sort option, enabled by default (#5): 46bc330, dd9fb07, 00e1a1a This makes use of route-sort so that the the runtime (see route-manifest) can safely locate the correct entry per URL.

  • Allow route exclusions (#2): 07b7b0c This allows you to ignore particular route patterns, preventing them from being added to your manifest.

  • Add TypeScript definitions: 2ff7f7d, 3eb7398

Patches

  • Add .webp extension to "image" category (#3): 3258f06 Thanks @antonk52!