Tahul / pinceau

🖌️ Make your <script> lighter and your <style> smarter
https://pinceau.dev
MIT License
680 stars 19 forks source link

Sourcemap is likely to be incorrect: a plugin (pinceau-transforms) #96

Open oripka opened 1 year ago

oripka commented 1 year ago

I have a nuxt3 project that uses Docus. When running nuxi build or nuxi analyze I get many warnings like this:

Sourcemap is likely to be incorrect: a plugin (pinceau-transforms) was used to transform files, but didn't generate a sourcemap for the transformation. Consult the plugin documentation for help
Sourcemap is likely to be incorrect: a plugin (nuxt:components:imports) was used to transform files, but didn't generate a sourcemap for the transformation. Consult the plugin documentation for help

Any hints how I might be able to track down the issue?

See also: https://github.com/nuxt/nuxt/discussions/20785