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
What is the current behavior?
I'm using webpack (watch mode enabled) along with serverless framework and serverless-offline, serverless-webpack plugins
Runtime Nodejs w/ Typescript.
If the current behavior is a bug, please provide the steps to reproduce.
When I test locally my serverless app executing on console: sls offline start
I see the following webpack watcher message(animation) on the console: ⠦ [Webpack] Watch service... ( dots are animated )
While the app is running and I starts logging, webpack watch service message might refresh
When webpack watch is polling this message will overwrite last lines on my console logs.
Preventing me to see latest information.
This one might be tricky. Largely TUI priorities between the DX Serverless V3 wants to create and what webpack services.
IMO we should hide ALL outputs from webpack and let the V3 spinner do its spinning unless --verbose is used, but by design plugins can't hide the spinner and I can't think of easy ways to modify webpack outputs in watch mode (e.g. add a line break to give way for the spinner).
Would you mind sharing a minimum reproducing repo, or the refreshing logs in action by other means?
Bug report
What is the current behavior?
I'm using webpack (watch mode enabled) along with serverless framework and serverless-offline, serverless-webpack plugins
Runtime Nodejs w/ Typescript.
If the current behavior is a bug, please provide the steps to reproduce.
When I test locally my serverless app executing on console:
sls offline start
I see the following webpack watcher message(animation) on the console:
⠦ [Webpack] Watch service...
( dots are animated )While the app is running and I starts logging, webpack watch service message might refresh
When webpack watch is polling this message will overwrite last lines on my console logs.
Preventing me to see latest information.
Following is my webpack.config.js file:
What is the expected behavior?
Other relevant information:
webpack version: "^5.70.0"
Node.js version: v14.18.0
Operating System: macOS 12.x
Additional tools:
The text was updated successfully, but these errors were encountered: