ng-cache-loader icon indicating copy to clipboard operation
ng-cache-loader copied to clipboard

Critical dependencies: the request of a dependency is an expression

Open andrey-skl opened this issue 10 years ago • 1 comments

I'm just tried to use ng-cache-loader and got this warning for every file I tried to load.

WARNING in ./~/path/to/file
Critical dependencies:
2:0-22 the request of a dependency is an expression
 @ ./~/path/to/file 2:0-22

andrey-skl avatar Dec 19 '14 07:12 andrey-skl

This is not related to the ng-cache-loader. I think you can suppress this warning with module.exprContextCritical = false config parameter (see automatically created contexts...).

teux avatar Dec 20 '14 19:12 teux