Closed dvnrsn closed 5 years ago
Doesn't seem to work with css files...
string({ include: '**/*.css', })
import styles from './some.css'
Error: 'default' is not exported...
Is this expected behavior? Should CSS files be supported?
Yes, it should work. Try this include instead /\.css$/
/\.css$/
no longer needed this..
Doesn't seem to work with css files...
Error: 'default' is not exported...
Is this expected behavior? Should CSS files be supported?