With create-react-app 5 we get errors due to missing source maps. See: https://github.com/facebook/create-react-app/discussions/11767 I suppose that including the `src` folder in the installed package would solve it from this end, right?
With create-react-app 5 we get errors due to missing source maps. See: facebook/create-react-app#11767
I suppose that including the
srcfolder in the installed package would solve it from this end, right?