Clearing terminal works but info shows again #77734
Labels
*duplicate
Issue identified as a duplicate of another issue(s)
terminal
General terminal issues that don't fall under another label
Steps to Reproduce:
1.Run build via webpack (any basic project or https://github.com/Yegorich555/FromScratch_React/tree/wepback-info-bug) -
via
npm i
(for installing packages) andnpm run build-dev
(for building the project)2. Clear terminal (via Ctrl+L in powershell or adding command console.clear() in webpack.common.js)
3. Run build again
What is the expected behavior?
Terminal (console) has to contain only info of the current build (since the info from the previous build was cleared)
What is the current behavior?
When I clear terminal in VScode (for example) and made build via webpack, webpack shows previous info.
Result: terminal (console) contains info from previous builds. It is checked on the several machines with Windows 10. In this case, https://github.com/geowarin/friendly-errors-webpack-plugin also doesn't work properly (it clears console, but webpack pasts previous info again). This happens only in VScode terminal. With split PowerShell, it works nice.
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: