Replies: 2 comments
-
I have now added the 'base' option and still seeing the same behaviour where each package will 404 off root but then be found. I expected that would make it look in the path specified by base 🤔 |
Beta Was this translation helpful? Give feedback.
0 replies
-
any updates on this? |
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 have a project that is using vite but not a node project.. we're building the assets in a separate space for building our front-end code and then moving them to a different folder after.
I notice everything is working, but in my console i see it is attempting to load:
localhost:1919/chunk.js
// 404then loading
localhost:1919/path/to/assets/chunkjs
// 200is this just vite 'being nice' because i've mixed up my config? I think it's maybe because I do not have a 'base' set in my config, but I'm curious what's going on
Beta Was this translation helpful? Give feedback.
All reactions