serverless-webpack
serverless-webpack copied to clipboard
hangs with newer versions of webpack
This is a (Bug Report / Feature Proposal)
Description
https://stackoverflow.com/questions/50409749/serverless-webpack-deploy-script-is-hanging-with-webpack-4-8-while-running-ok
node ./node_modules/.bin/serverless offline -p 3001 -s local
hangs indefinitely with:
Serverless: Bundling with Webpack...
Additional Data
memory limit for node is above 8GB
- Serverless-Webpack Version you're using:5.3.1
- Webpack version you're using:4.41.5
- Serverless Framework Version you're using:1.55.0
- Operating System:osx
- Stack Trace (if available):none
I am experiencing this as well