Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to keep output directory after package/deploy #453

Closed
aaronjensen opened this issue Oct 9, 2018 · 1 comment · Fixed by #469
Closed

Add support to keep output directory after package/deploy #453

aaronjensen opened this issue Oct 9, 2018 · 1 comment · Fixed by #469
Milestone

Comments

@aaronjensen
Copy link
Contributor

This is a Feature Proposal

Description

We're trying to upload our sourcemaps to our bug tracker, Sentry. They provide a webpack plugin to do this, but it doesn't play well with multiple webpack configurations (it attempts to upload all source maps for each configuration). Instead of using the plugin, we'd like to use their cli tool. Unfortunately, serverless-webpack cleans up the output path before we have a chance to do this.

I could write a serverless plugin to slot in before serverless-webpack cleans up probably, but it'd be nice if we could just disable the cleanup step in the configuration.

Thanks!

@HyperBrain
Copy link
Member

Released with 5.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants