Pluggable Widget - CSS Import not working

0
Hi,  I created a pluggable widget with the @mendix/pluggable-widgets-tools tool.  In my component I would like to import css files from the node module folder. When doing this I get the following error:  [!] (plugin commonjs) SyntaxError: Unexpected token (3:0) in …node_modules\@nosferatu500\react-sortable-tree\style.css node_modules\@nosferatu500\react-sortable-tree\style.css (3:0) 1: /* Collection default theme */ 2: 3: .ReactVirtualized__Collection {    ^ 4: } The import statement I used is: import '@nosferatu500/react-sortable-tree/style.css'; Is there any workaround for this issue?
asked
0 answers