preactjs / preset-vite

Preset for using Preact with the vite bundler
https://npm.im/@preact/preset-vite
MIT License
259 stars 26 forks source link

fix: Normalize URLs w/ trailing slashes #104

Closed rschristian closed 7 months ago

rschristian commented 7 months ago

Ensures /about/we-are-using and /about/we-are-using/ match so the latter doesn't create a new output file, overwriting the first (but Rollup does have a helpful warning for when that happens, which is handy).