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
When piping the default webpack output into a file (or when using CI/CD tool without shell color escape support), color escapes are added. The plugin should first check if the output is a tty before writing colors (this is a more sensible default IMO). It can still be overridden explicitly, but by default the plugin should decide if the output supports colors before writing them.
Additional Data
Serverless-Webpack Version you're using: 5.2.0
Webpack version you're using: 4.16.4
Serverless Framework Version you're using: 1.30.0
Operating System: OSX
The text was updated successfully, but these errors were encountered:
This is a Feature Proposal
Description
When piping the default webpack output into a file (or when using CI/CD tool without shell color escape support), color escapes are added. The plugin should first check if the output is a tty before writing colors (this is a more sensible default IMO). It can still be overridden explicitly, but by default the plugin should decide if the output supports colors before writing them.
Additional Data
The text was updated successfully, but these errors were encountered: