We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello
I am currently trying to deploy to AWS lambda using serverless and serverless-bundle. The runtime is set to nodejs16.x
I am getting lots of webpack errors
Bundling with Webpack... ERROR in ../../../src/orchestrator/pipelineRunner.js Module build failed (from ../../babel-loader/lib/index.js): SyntaxError: /home/circleci/project/src/orchestrator/pipelineRunner.js: Class private methods are not enabled. Please add `@babel/plugin-proposal-private-method` to your configuration. 19 | } 20 | > 21 | async #finalisePipeline() { | ^ 22 | const { usage, pipelineName, runUuid, chiefOrchestratorContext } = this.pipelineRun; 23 | await recordUsage(usage, pipelineName); 24 | await saveManifest(this.pipelineRun);
Since I can't directly fiddle with the webpack config, I am opening an issue here.
Thank you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello
I am currently trying to deploy to AWS lambda using serverless and serverless-bundle.
The runtime is set to nodejs16.x
I am getting lots of webpack errors
Since I can't directly fiddle with the webpack config, I am opening an issue here.
Thank you!
The text was updated successfully, but these errors were encountered: