remix-pwa / monorepo

Remix PWA v4
https://remix-pwa.run
MIT License
105 stars 23 forks source link

fix(dev): Preserve source maps in transformations #242

Closed realrunner closed 1 month ago

realrunner commented 2 months ago

Rollup transformations should either generate source maps, return undefined if no transformation is necessary, or return an empty mappings object if mappings are not needed.

Should resolve: https://github.com/remix-pwa/monorepo/issues/167

See: https://rollupjs.org/plugin-development/#source-code-transformations

ShafSpecs commented 1 month ago

LGTM 👍