Replies: 1 comment
-
for anybody ending up here through google search: A possible fix is to set |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Loving snowpack for a new app we've been working on! I've added
@snowpack/plugin-webpack
in my build step and can't seem to change the prefix for assets inbuild/index.html
. From the webpack docs, this seems to be specified inconfig.output.publicPath
.I've tried:
I'd like to use a relative prefix
"./"
, but the prefix does not show up in the finalbuild/index.html
imports.Beta Was this translation helpful? Give feedback.
All reactions