You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create React App has always been doing this. Is there any reason you decided to put those in the src folder? If not, I suggest moving those to a YOUR_APP/public folder. This way the src folder can stay pure elm. Perhaps I'm missing something and if so let me know. Thanks. I'll gladly PR the adjustments