How to remove babel-loader from React application?

836 Views Asked by At

I want to remove babel-loader from my React application.

I'm trying to do is completely remove Babel from my project but I'm facing these issues:

ERROR in ./index.js Module parse failed: Unexpected token (18:4) You may need an appropriate loader to handle this file type  

0

There are 0 best solutions below