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
Unfortunately, plugins cannot be configured through the esbuild CLI, and must be specified be specified in JavaScript or Go: evanw/esbuild#111 (comment).
Is there a way I could use the SVGR plugin via sørvør?
Thanks!
The text was updated successfully, but these errors were encountered:
The SVGR plugin is authored and intended to be used with a JS build tools. I want to get to JS only plugins once the go api is flushed out and sorvor is little more stable.
I will keep this issue open to track the efforts and to hear ideas about the integration from anyone interested.
Hello,
Thank you for this project, it's very promising!
I'm working on a project has a number of SVG imports, and in the current webpack setup they are imported as SVGR:
esbuild does not support SVGs natively, however, there is a plugin for this: https://github.com/kazijawad/esbuild-plugin-svgr
Unfortunately, plugins cannot be configured through the esbuild CLI, and must be specified be specified in JavaScript or Go: evanw/esbuild#111 (comment).
Is there a way I could use the SVGR plugin via sørvør?
Thanks!
The text was updated successfully, but these errors were encountered: