You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 24, 2025. It is now read-only.
This is a request which I think would make a great feature to this very useful plugin.
Could you optionally expose browserify's debug option, this would allow users to enable source maps and so benefit from better error stack traces even when the output is minified.
Browserify state that you can set debug: true to enable source maps...
--debug -d Enable source maps that allow you to debug your files
separately.