assets-webpack-plugin
assets-webpack-plugin copied to clipboard
Offer option for dynamic imports not to be listed in output
I am using this plugin to generate a list of assets which will be processed and added to view files via a backend script. The output includes dynamically imported bundles which (in my case) are not required to be listed, as these modules are dynamically fetched.
It would be great to have an option to toggle including import scripts in the output.
I think using entrypoints: true
might give you the info you need (won't be exactly the same)