I'm using a module for displaying tree structure in my project, I got the following error,
./node_modules/react-sortable-tree/style.css 4:0
Module parse failed: Unexpected token (4: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
| * Extra class applied to VirtualScroll through className prop
| */
> .rst__virtualScrollOverride {
| overflow: auto !important;
| }
I also discovered that any external css file in my project does not get applied
I'm using a module for displaying tree structure in my project, I got the following error,
I also discovered that any external css file in my project does not get applied