DEV Community

Gilbert Ngeno
Gilbert Ngeno

Posted on

"You may need an appropriate loader to handle this file type" with Webpack and Babel

I am trying to use Webpack with Babel to compile ES6 assets, but I am getting the following error message:

You may need an appropriate loader to handle this file type. | import React from 'react'; | /* | import { render } from 'react-dom' 

Here is what my Webpack…

Top comments (0)