preactjs / preset-vite

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

fix: Sourcemap regex #120

Closed rschristian closed 5 months ago

rschristian commented 5 months ago

I must've made the (always foolish) decision to make a last-second edit before pushing 🤦

Alternatively could slide a /m flag in for the regex, but now that I see this again, I think cleaning up the extraneous newline is preferable?