Skip to content
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

Support relative base path on dev server #17482

Open
4 tasks done
juan-rvty opened this issue Jun 14, 2024 · 0 comments
Open
4 tasks done

Support relative base path on dev server #17482

juan-rvty opened this issue Jun 14, 2024 · 0 comments

Comments

@juan-rvty
Copy link

juan-rvty commented Jun 14, 2024

Description

Make

 const config = {
  base: './'
}

supported in the dev server.

Use case:

Our app always runs inside iframes, even during development.
This relates to:
#14105
but in my case the uri is not known before hand.
Also relates to:
#11142

Suggested solution

Allow relative base path in dev mode.

Alternative

No response

Additional context

No response

Validations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant