-
Notifications
You must be signed in to change notification settings - Fork 115
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
warm up plugin webpack bundling issue #337
Comments
You need to declare the warmup plugin after the webpack plugin to avoid it being transpiled as it is not needed. Cheers! |
@juanjoDiaz I have declared warmup plugin after the webpack plugin but still getting this issue 🤔 . |
Hi @andrzej-hanusek-tg , I get a lot of these and it's always something to do with the different bundling pluging using different lifecycle hooks. I have no idea of which bundling plugin you are using, in which order you are declaring the plugins, which versions are you using, etc. I can't do anything about webpack plugin lifecycle hook. |
@juanjoDiaz Downgrading plugin to the 8.1.0 helps. |
That's because 8.2 changes the runtime of the plugin to node 18 which uses the new serverless SDK. As said, you can add |
I am using serverless warm up plugin in my project and it fails while bundling with webpack. I am not sure what the issue is.Below is the configs
I have enabled warmup at function specific level.
Here is the output from jenkins
Can anyone tell me why its happening
The text was updated successfully, but these errors were encountered: