What's the verdict on `mjs` support?
Created by: craigmulligan
Is this a bug report?
No, It's a question on the release conventions of the project. I was wondering how fixes for the current release are ported to the next
branch?
I was depending on this bug fix https://github.com/facebook/create-react-app/pull/4085/files, from 1.1.2 but then needed some updated dependencies, so started using react-scripts@next but found that that fix is not present.
I'd expect all of master/current release to be merged into next
is that not the case? or is it a manual process?
Thanks in advance!