Ben

Results 7 comments of Ben

how to handle this with a typescript file?

@kamilbrk thank you for your input. i did also use the "System.import" Regardless i have some other questions relating to your answers: _____________ `return System.import(/*webpackChunkName:'chunks/admin'*/'../admin/admin.module').then(module => $ocLazyLoad.load(module.ADMIN_MODULE));` where is the...

@kamilbrk **Thank you for the examples!** Did you ever tried to lazyload typescript files via webpack? It works "--watch", but the problem with that is that when you update the...

@kamilbrk when "ChunkManifestPlugin" is in use typescript chunks dont get updated, dont know why, but this explains my question above.

@evanricard may i ask you if you still have those "fix" files around? since it would be also in a trial account, i guess the share is not illegal? (if...

> And now I hit it too `ERR_EMPTY_RESPONSE` while the same requests work in a normal Chrome outside Cypress. same here. the ba kend api is reachable via localhost:4434 but...

> FYI As I was saying, I did this which works quite well. I wish there was a cypress event something such as cy.on('download:triggered', (...args)), it would have helped a...