You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> lib/loader-issue.js:1:16: error: No loader is configured for ".png" files: assets/img/image.png
1 │ import pngImage from '../assets/img/image.png'
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~
Thanks for a great tool!
The text was updated successfully, but these errors were encountered:
Hi,
in the same vein as #23, unless I'm mistaken, it seems that the
--loader
esbuild option is not currently supported.Similarly to the
externals
issue, a merge of user provided loaders with the default stack could be considered.My use case is testing modules that use static binary assets.
My
esbuild-runner-config.js
:Result:
Thanks for a great tool!
The text was updated successfully, but these errors were encountered: