Open STRML opened 7 years ago
In my case I have something like this: require('!!style-loader!css-loader!react-draft-wysiwyg/dist/react-draft-wysiwyg.css');
and the error is Internal error: Context.Module_not_found("!!style-loader!css-loader!react-draft-wysiwyg/dist/react-draft-wysiwyg.css")
Getting it again with
require(`./myImage.jpg`)
It's only when I use template string to import.
For example:
throws:
Example