Deimantas Jakovlevas
Deimantas Jakovlevas
Shall send it through early next week :)
Would be great to have this merged in. In the meantime, it's possible to continue using `.cjs` modules with [react-app-rewired](https://github.com/timarney/react-app-rewired): ```js // config-overrides.js module.exports = { webpack: function (config, env)...
Also having this issue on GitHub Actions.
also wondering this, @Madrity did you find a solution?
Hey @AdaRoseCannon, Just wanted to give this PR a gentle bump. Opened it a couple weeks ago. Would be great if you could take a look when you have a...
Realted: #36
Hi @yaustar / @isumygin-sc , We're currently utilizing this project as a git submodule, however, we would greatly prefer to use an npm package due to ease of versioning, dependency...
My take here is that CRA is now abandonware and we should either eject, or migrate to other providers like vite.
This may be helpful for anyone that stumbles across this in the future. An automated version of @ananunaki 's solution: (I have only tested on Darwin) ```js // fix-sls-offline.js const...