You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dist/angular-cache.js line 97.
module.exports.name = 'angular-cache';
unminified works fine.
minified: Uncaught TypeError: Cannot assign to read only property 'name' of angular-cache in chrome console, firefox works fine.
comment/remove that line, minification works fine.
The text was updated successfully, but these errors were encountered:
dist/angular-cache.js line 97.
module.exports.name = 'angular-cache';
unminified works fine.
minified: Uncaught TypeError: Cannot assign to read only property 'name' of angular-cache in chrome console, firefox works fine.
comment/remove that line, minification works fine.
The text was updated successfully, but these errors were encountered: