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
{{ message }}
This repository has been archived by the owner on May 3, 2019. It is now read-only.
Tried to check my watchers and digest count after not using ng-stats for some time and noticed it does not load at all. The Chrome console throws the following error:
Uncaught ReferenceError: require is not defined
at webpackUniversalModuleDefinition (ng-stats.js:9)
at ng-stats.js:12
webpackUniversalModuleDefinition @ ng-stats.js:9
(anonymous) @ ng-stats.js:12
VM3867:1 Uncaught TypeError: window.showAngularStats is not a function
at HTMLScriptElement.a.onload (<anonymous>:1:156)
Which is seems normal as require does not exist by default in the browser.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Tried to check my watchers and digest count after not using ng-stats for some time and noticed it does not load at all. The Chrome console throws the following error:
Which is seems normal as
require
does not exist by default in the browser.The text was updated successfully, but these errors were encountered: