Sergey Vohmyanin
Sergey Vohmyanin
requires https://github.com/jmdobry/CacheFactory/pull/30
I removed unneded config, so it works but only with https://github.com/jmdobry/CacheFactory/pull/30 Where i wrote [why](https://github.com/jmdobry/CacheFactory/pull/30#issuecomment-282942694).
Any update?
I think ``` const getHandler = (shouldStore, isError) => { return (v) => { if (shouldStore) { this.$$promises[key] = undefined ``` should be rewritten with ``` const getHandler = (shouldStore,...
Updated #258
When used manually min version all OK `imports?this=>window&module=>undefined&exports=>undefined&define=>undefined!angular-cache/dist/angular-cache.min`
Still not solved
I think this is due paths with parenthesis (../) in paths or other issue
I think you can postprocess source file with something like ``` uglifyjs dist/angular-cache.js --in-source-map dist/angular-cache.js.map -o dist/angular-cache.min.js --source-map dist/angular-cache.min.map --source-map-root=dist --source-map-url angular-cache.min.map --source-map-include-sources -v -b --comments all ```