How can I see which web package downloaders are used for which files?

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.

+6
source share

All Articles