AnomalyInnovations / serverless-bundle

Optimized packages for ES6 and TypeScript Node.js Lambda functions without any configuration.
https://serverless-stack.com/chapters/package-lambdas-with-serverless-bundle.html
MIT License
535 stars 157 forks source link

Feature Request: Allow to specify devtool in config #365

Open talha5389-teraception opened 11 months ago

talha5389-teraception commented 11 months ago

Currently it allows to either enable or completely disable sourcemaps. When enabled it passes source-map as devtool

We need to instead pass nosources-source-map as it will significantly reduce our lambda payload size. We currently have 100+mb of sourcemaps

Will appreciate if this gets added