webpack-cli
webpack-cli copied to clipboard
Output configuration through option/flags
Is your feature request related to a problem? Please describe.
As webpack configurations grow, and abstractions on top of webpack.config.js increases, it would be nice to output how the config looks, and what the end configuration will be, possibly through a CLI flag.
Describe the solution you'd like
A flag that outputs the configuration file.
Describe alternatives you've considered
N/A
Additional context
N/A
Jest and typescript provide a --showConfig flag.
Yeah, we can implement this, but I think we need to expose some API from webpack for this
This issue had no activity for at least half a year.
It's subject to automatic issue closing if there is no activity in the next 15 days.
bump
Let's close in favor of https://github.com/webpack/webpack-cli/issues/3537, because webpack config should do it