Artur Slomowski

Results 5 comments of Artur Slomowski

Any solution on how to add babel plugin or macro to jest.js? I don't have this problem in the application, this spam is just running only during unit tests

Ok maybe it's more a year after I posted this issue, but our problem was a lack of understanding of creating a .imported.js file. We didn't do that at the...

@theKashey in our architecture we have about 250 (sic!) lazy loaded components. We put all lazy imports in to few files. Lets say `commonLazyImports` and `themedLazyImports` (we have support for...

Ok, finally we did, however right after we realized that our build time does not have problems with ts(x) files :) However, I will leave it for someone who also...