Closed
Description
Which @angular/* package(s) are relevant/related to the feature request?
compiler
Description
In a real world applications it's impossible to 100% avoid CommonJS/AMD dependencies. Either because of need or indirect dependencies which cannot be changed.
Proposed solution
Instead of filling the allowedCommonJsDependencies
array, add an option to disable all warnings.
Alternatives considered
Or allow wildcard *
to allow all.