pyatyispyatil / flame-chart-js

Extensible component for incredibly fast viewing of flame charts
https://pyatyispyatil.github.io/flame-chart-js/
MIT License
100 stars 23 forks source link

Npm install fails because of rollup-plugin-uglify #33

Closed Smrtnyk closed 1 year ago

Smrtnyk commented 1 year ago

Seems like rollup-plugin-uglify has a peer dep of rollup < 2 so npm install fails. Also that plugin hasn't received an update for a long time. Maybe we could move from rollup to esbuild?

pyatyispyatil commented 1 year ago

I fully agree to this.) And yes we can move to esbuild.

Smrtnyk commented 1 year ago

I will create a new issue to switch to esbuild, or even to vite since we only need build system for examples dir