ng-cache-loader
ng-cache-loader copied to clipboard
Critical dependencies: the request of a dependency is an expression
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
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...).