-
Hi there! I'm looking for the best way to pull off the following with
I can see some docs regarding the CLI and out-dir, but no concrete docs on whether the above is possible. Would love some guidance here, thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hello @RyKilleen, with Give a look to https://webpack.js.org/guides/dependency-management/#requirecontext |
Beta Was this translation helpful? Give feedback.
-
Importing SVG using |
Beta Was this translation helpful? Give feedback.
Hello @RyKilleen, with
@svgr/webpack
I am afraid it is not possible, maybe with full dynamic import but it will be asynchronous.Give a look to https://webpack.js.org/guides/dependency-management/#requirecontext