Created by: benbrandt
I ejected a test project to take a look at the final webpack configs for some inspiration (our app has some custom needs, but I love looking at your configs for ideas!), and noticed that there was an unused import at the top of the file after ejecting.
Below is a screenshot after I ran the following from the root of the repo:
yarn create-react-app my-app
cd my-app
yarn eject
Let me know if you need anything else from me or if there is a better way to handle this!