-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(remix-dev,remix-serve): include publicPath in server build manifest #3349
feat(remix-dev,remix-serve): include publicPath in server build manifest #3349
Conversation
3672bbe
to
909ec93
Compare
publicPath
in server build manifest
publicPath
in server build manifestpublicPath
in server build manifest
f9e87fb
to
40a8fe3
Compare
publicPath
in server build manifest
Looks good, we don't really have testing setup for remix-serve (in dev or production), how did you verify this all works? Any idea why some of the tests are failing? |
I'll reverify again just to be sure, but we could also cut an experimental just to make sure that all works as
i changed the manifest and didn't update the snapshots 😬 |
this allows `remix dev` and `remix-serve [build-dir]` to use your customized `assetsBuildDirectory` and `publicPath` Signed-off-by: Logan McAnsh <logan@mcan.sh>
6f3ef54
to
67fbd40
Compare
🤖 Hello there, We just published version Thanks! |
x-ref #3349 Signed-off-by: Logan McAnsh <logan@mcan.sh>
this allows
remix dev
andremix-serve [build-dir]
to use your customizedassetsBuildDirectory
andpublicPath
.in
remix dev
we already read the config, so we can just passconfig.publicPath
andconfig.assetsBuildDirectory
along toremix-serve
'screateApp
function to use, but inremix-serve [build-dir]
we'll require the passedbuildPath
inremix-serve/cli.ts
and pass those from the build itself tocreateApp