Created by: mrseanbaines
It seems that when creating a new app with create-react-app
, there is an unnecessary/unused eslint
import in the generated webpack config which can be seen if you eject the project. I have now moved this import into the @remove-on-eject
block.
Verified as working by locally running yarn create-react-app
, ejecting and viewing the new project's webpack config, where the extra import is now gone.