Replies: 1 comment
-
If you want to pack a static file in the final build, you need to add the file inside |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to add a CSS file that is loaded dynamically at runtime, but I can't seem to get it to package into the distributable. I've tried putting the file inside /assets hoping it will get packaged as a static file, but it doesn't if there is no import or static reference to it in the code. How are you supposed to just package a static file?
Beta Was this translation helpful? Give feedback.
All reactions