Is there a way to get webpack to display the exact bootloader used for each module?
I want to check what is babel-loaderused for specific modules. How can I verify that my regular expressions module.rules[].testwork as I expect?
The parameter --verbosedoes not display bootloader information.
source
share