Hi,
I am trying to use the react-virtualized module in a project.
Things work fine but the moment I try to import the styles file. I get an unexpected token error.
import 'react-virtualized/styles.css';
ERROR in ./node_modules/react-virtualized/styles.css 3:0
Module parse failed: Unexpected token (3:0)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
Hi, I am trying to use the react-virtualized module in a project. Things work fine but the moment I try to import the styles file. I get an unexpected token error. import 'react-virtualized/styles.css';
I really need some help here.
Thanks Deeps