webpack / webpack-cli

Webpack's Command Line Interface
https://webpack.js.org/api/cli
MIT License
2.57k stars 604 forks source link

Feature [--migrate]: Enhance the diff output after migrate command is run #49

Closed pksjce closed 6 years ago

pksjce commented 7 years ago

Do you want to request a feature or report a bug? Feature enhancement

What is the current behavior? Currently we are showing some basic diffs between the original config and the new webpack2 config created for the approval of user.

What is the expected behavior? We would like to enhance this to state the reason for each of the change. This could guide the user to nuances of the change made and explain concisely what exactly the transformations did.

If this is a feature request, what is motivation or use case for changing the behavior? This is educational and makes the migration more reasonable

webpack-bot commented 6 years ago

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.

webpack-bot commented 6 years ago

Issue was closed because of inactivity.

If you think this is still a valid issue, please file a new issue with additional information.

evenstensberg commented 6 years ago

I think diff output has been implemented, reopen if not