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
the issue might be related to this bug but i'm not sure #12
I'm running jasmine under Karma using webpack for packaging. When writing my specs in AMD notation, i can't rewire modules. It works when changing to CommonJS notation.
It seems webpack is not able to replace the module name with the internal module-number.
The text was updated successfully, but these errors were encountered:
the issue might be related to this bug but i'm not sure #12
I'm running jasmine under Karma using webpack for packaging. When writing my specs in AMD notation, i can't
rewire
modules. It works when changing to CommonJS notation.It seems webpack is not able to replace the module name with the internal module-number.
The text was updated successfully, but these errors were encountered: