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
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.
Hi,
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...On this line here: https://github.com/FidelLimited/serverless-plugin-optimize/blob/master/src/index.js#L382
If you're open to it I'd like to make this in a pull request (this might take me a bit of time).
Thanks,
Tom.
The text was updated successfully, but these errors were encountered: