Unitech / pm2

Node.js Production Process Manager with a built-in Load Balancer.
https://pm2.keymetrics.io/docs/usage/quick-start/
Other
41.57k stars 2.62k forks source link

Remove `source-map-support` #5850

Open OliverJAsh opened 4 months ago

OliverJAsh commented 4 months ago

Node has built-in support for source maps now, using --enable-source-maps. This means that pm2 no longer needs the source-map-support dependency.