You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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 🙂
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!
The text was updated successfully, but these errors were encountered: