Closed yuyitan closed 1 year ago
Hi,
@yuyitan, This kind of issue is typically caused by using another plugin like webpack, rollup, etc.
Can you share your serverless.yaml
?
Closing since there was no response. Feel free to reopen if you have any more details.
After adding serverless-plugin-warmup to the plugins section and adding the warmup config to my .yml file, I was unable to deploy using serverless. While the error is regarding usage of 'include/exclude' for patterns, it seems unrelated as this error occurs even when I remove the include/exclude.
This error does not occur on Mac but only on Windows machine. This error also goes away once I remove serverless-plugin-warmup from my .yml file and uninstall the plugin.
The version of serverless-plugin-warmup is stated "^8.2.1" in my package.json.