Jason Cruz
Results
2
comments of
Jason Cruz
Hi, I've faced the exact issue with rollup with my npm package for the past few days. It turns out you need to provide the actual content of the src...
Alright, after a lot more testing with rollup, it seems that I just needed a sourcemaps plugin ( npm i rollup-plugin-sourcemaps), make sure the plugins are declared in the array...