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

Not working with Serverless Webpack #329

Closed
alienself opened this issue Oct 30, 2022 · 2 comments
Closed

Not working with Serverless Webpack #329

alienself opened this issue Oct 30, 2022 · 2 comments

Comments

@alienself
Copy link

Hi,

Great plugin, I would love to use it in my project however I am having an issue when using serverless-webpack (https://github.com/serverless-heaven/serverless-webpack).
I am using typescript and therefore needs serverless webpack to package my project.

The warmup plugin basically create a massive zip file containing the whole project (include the typescript files and the webpack packaged zip).

Any example on how to configure both packages to work together?

Thanks!

@juanjoDiaz
Copy link
Owner

Hi @alienself ,

Simply declare the warmup plugin after the webpack plugin and it should work.
If you have problems, please share your yaml file or some project to reproduce so I can take a look and try to help 🙂

@alienself
Copy link
Author

Thanks for the quick reply! I was able to make it work by declaring the warmup plugin before the webpack plugin which solved the issue.

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

No branches or pull requests

2 participants