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
I'm trying to add snowpack into an existing app, which is built using Jinja templates, python, and nginx. As far as I understand it, the html is built up at request time. But it seems like snowpack dev server wants a static index.html page to load. Am I out of luck, or is there maybe some way that I can use the proxy to hit my local nginx like I'd normally do when using webpack?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to add snowpack into an existing app, which is built using Jinja templates, python, and nginx. As far as I understand it, the html is built up at request time. But it seems like snowpack dev server wants a static
index.html
page to load. Am I out of luck, or is there maybe some way that I can use the proxy to hit my local nginx like I'd normally do when using webpack?Beta Was this translation helpful? Give feedback.
All reactions