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
I get an error in the chrome console:
'Potentially unhandled rejection [5] Uncaught Uncaught ReferenceError: require is not defined. This happens in browser.js (http://myapp.domain/lib/npm/babel-core@5.5.6/browser.js). I also get it when running npm run test:watch
Doing something wrong or does this need a fix?
EDIT: the above error showed up on my private Windows 7 machine. I don't get this error on the Mac at work.
Cheers, Martijn
The text was updated successfully, but these errors were encountered:
@martijnsenden I missed the part about Windows... I've just committed a bunch of updates and everything seems to be working as expected; dev server, single-run and continuous tests as well...
That said, I'm on a Mac and have no access to a Windows machine...
Mind taking the new version for a spin and letting me know? Thanks!
Great boilerplate!
I get an error in the chrome console:
'Potentially unhandled rejection [5] Uncaught Uncaught ReferenceError: require is not defined. This happens in browser.js (http://myapp.domain/lib/npm/babel-core@5.5.6/browser.js). I also get it when running npm run test:watch
Doing something wrong or does this need a fix?
EDIT: the above error showed up on my private Windows 7 machine. I don't get this error on the Mac at work.
Cheers, Martijn
The text was updated successfully, but these errors were encountered: