Handle .html files in a plugin #1290
marekmicek
started this conversation in
General
Replies: 2 comments 1 reply
-
Yup, Can you describe your use-case more? If it makes sense, maybe there's a way for us to better support you. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Not sure if helps but the way I found was to escape the string then set to a var, then |
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.
-
Hi,
Consider a plugin which defines:
Unfortunately this doesn't seem to work. Snowpack dev server handles the .html files in a special way, which prevents them to be loaded in a plugin, or to be placed in src/ directory for that matter.
Beta Was this translation helpful? Give feedback.
All reactions