Making WebPack include dynamically referenced assets
Dynamically selected view assets are problematic with WebPack because there static dependency detection fails to recognise them as required and does not include them in the build.
To persuade … more