A Webpack plugin that automatically adds `source-map-support` to your bundle so errors in Node.js applications built with Webpack include mapped stack traces. Version 2.0.1 is stable and requires Webpack 1.x. It injects the dependency at build time, simplifying configuration compared to manual setup. Lightweight with no runtime overhead beyond the source-map-support library itself.
npm install webpack-source-map-supportVerified import paths — ran on the pinned version, not inferred.
Shows how to add the plugin to webpack.config.js for Node.js target with source-map devtool.
Use webpack-source-map-support@latest or switch to source-map-support manual integration.
Ensure no other global error handlers override the behavior.
Run `npm install source-map-support` to add it.
Install via `npm install webpack-source-map-support --save-dev`.