Importing local files, like images and fonts into the server side rending js #1719
machinsk
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
In this example app, image importing works, but in another project where I'm using it, the fonts will import no problem, but the bundled js will refuse to import image |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I banged my head into my keyboard for a couple weeks trying to figure out webpack and importing local files in the server side rendering javascript. So that others do not have to, here is an example of how to do it. Ensure you are on the
import-local-files
branch.Beta Was this translation helpful? Give feedback.
All reactions