Created by: christemple
Here is the fix for supporting .mjs
files from dependencies referenced here: https://github.com/facebook/create-react-app/issues/4637
I've verified the changes both before and after, here's the after screenshot:
I tried writing some tests for the .mjs
support but failed to get the e2e docker tests running on my local machine after following this guide (was failing with user permissions?)
I'm hoping that CI will pick it up and run smoothly, if not I'd really appreciate some help in getting the tests to run locally