saberland/saber


The issue has been solved
Add --inspect-webpack flag #298
egoist posted onGitHub
<!-- Please don't delete this template or we'll close your issue -->
<!-- Before creating an issue please make sure you are using the latest version of Saber. -->
Feature request
<!-- Please ask questions via following several ways. -->
<!-- https://chat.saber.land/ -->
<!-- https://stackoverflow.com/questions/ask?tags=saberjs -->
What problem does this feature solve?
Help you understand what's the underlying webpack config being used.
What does the proposed API look like?
You can run saber
or saber build
with the --inspect-webpack
, then Saber will open the webpack config in your default editor.
How should this be implemented in your opinion?
Same as https://github.com/egoist/poi