rollup-plugin-rebase
rollup-plugin-rebase copied to clipboard
Can't handle image (and other non-JS) files
I have a react project where I need to show some images (png).
I've tried using the example from the docs. When building I get this error:
[!] Error: Unexpected character '�' (Note that you need plugins to import files that are not JavaScript) src/pages/landing/images/[email protected] (1:0)
I see 2 solutions:
- update the plugin to be able to handle non-JS files (actually I thought this was the main purpose of this plugin)
- update the docs with examples of how to handle static assets that are non-JS files