We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For bug reports:
webpack: packager: "yarn" webpackConfig: ./webpack.config.js includeModules: true keepOutputDirectory: true packagerOptions: noFrozenLockfile: true
serverless offline --host api --noPrependStageInUrl --reloadHandler -t --webpack-use-polling
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is a Bug Report
Description
For bug reports:
The documentation states that the --webpack-use-polling flag works with serverless offline, however it does not.
I expected it to respect the polling mode for watch
serverless offline --host api --noPrependStageInUrl --reloadHandler -t --webpack-use-polling
[0] Environment: linux, node 19.3.0, framework 3.26.0 (local), plugin 6.2.2, SDK 4.3.2
[0] Docs: docs.serverless.com
[0] Support: forum.serverless.com
[0] Bugs: github.com/serverless/serverless/issues
[0]
[0] Error:
[0] Detected unrecognized CLI options: "--webpack-use-polling".
The text was updated successfully, but these errors were encountered: