parcel-bundler / source-map

A fast source map manipulation, generation and consumption library written in Rust and Node.js
102 stars 14 forks source link

Unable to generate sourcemaps via parcel assets transformer api - Official Riot.js Transformer #94

Closed GianlucaGuarini closed 2 years ago

GianlucaGuarini commented 2 years ago

Hi there, I got recently this issue and I can't understand where the issue is coming from.

The transformer code is quite trivial so any help will be really appreciated.

Steps to reproduce the issue:

Thank you and have a great day.

GianlucaGuarini commented 2 years ago

Updating to the following dependencies seemed to fix the issue

 "@parcel/plugin": "^2.3.1",
 "@parcel/source-map": "^2.0.2"

We can close it for now. Thank you anyway