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

Output directory is deleted when keepOutputDirectory is true #747

Closed
daryl-c opened this issue Mar 28, 2021 · 0 comments · Fixed by #748
Closed

Output directory is deleted when keepOutputDirectory is true #747

daryl-c opened this issue Mar 28, 2021 · 0 comments · Fixed by #748
Milestone

Comments

@daryl-c
Copy link
Contributor

daryl-c commented Mar 28, 2021

This is a (Bug Report)

Description

  • What went wrong?
    Bug. Output directory is being deleted when keepOutputDirectory flag is being passed as true

  • What did you expect should have happened?
    Output directory to be kept

  • What was the config you used?

  custom: {
    webpack: {
      keepOutputDirectory: true,
      webpackConfig: './webpack.config.js',
      includeModules: true,
    },
  },
  • What stacktrace or error message from your provider did you see?
    None

Similar or dependent issue(s):

  • #12345

Additional Data

  • Serverless-Webpack Version you're using: 5.4.0
  • Webpack version you're using: 5.28.0
  • Serverless Framework Version you're using: 2.22.0
  • Operating System: MacOS 11.2.3
  • Stack Trace (if available): N/A
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