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
In the second case, Electron drops down to the last "else" block; forcing deep-blur to do the same fixes the error. Further than that, I can't really say. But I am having to patch around this.
The text was updated successfully, but these errors were encountered:
The module definition looks like this:
Electron, but not Chrome, satisfies the "typeof module === 'object'" condition, but cannot then find the angular module.
Here is an example of a module definition that does not break Electron, from angular-cache, which uses webpackUniversalModuleDefinition():
In the second case, Electron drops down to the last "else" block; forcing deep-blur to do the same fixes the error. Further than that, I can't really say. But I am having to patch around this.
The text was updated successfully, but these errors were encountered: