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
@keven425 i think you meant to file this issue on a different repo and there already exists a bug for it: browserify/browserify#806. apparently having the semicolon also creates problems if you want to wrap the whole bundle in an expression
This will throw error when concatenating browserified file with other angular modules.
e.g.
Uncaught Error: Cannot find module 'function (z,f,T){'use strict';f.module("ngAnimate",["ng"]).factory("$$animateReflow",["$window","$timeout","$document",function(f,h,d){var n=f.requestAnimationFrame||f.webkitRequestAnimationFrame||function(d){ret......}'
The text was updated successfully, but these errors were encountered: