Tolstikov Vladimir
Tolstikov Vladimir
I think, that problem is deeper. There is no stable version in cra. We have only latest, but it's not stable. For example, I create app from latest and gave...
I'm experiencing the same issue. When I publish package to my components library, my CI immediatly fall, because it cannot install versions in updated package.json. Is there any update of...
I've found a pretty workaround. I've replaced default jest resolver with my own, which use only `resolve` from `browserify`. `resolver.js` ```js const resolve = require("resolve"); module.exports = (path, options) =>...