Skip to content

Can this work with Vite projects? #65

Description

@smozingo

This worked so well with our CRA implementation, allowing us to access network resources from our staging environment while redirecting to our local bundle was a huge leap forward in productivity.

Unfortunately, now that CRA is deprecated, we've had to move over to Vite (which is great in its own right, but...)

I cannot get Vite to play well with Resource Override. I can redirect from https://www.mycdn.com/my-app/assets/* to https://localhost:8443/dist/assets/* but the vite dev server won't provide a working app. I've verified that the index-xxxxx.js files are identical on both of those urls. When we pull it from the cdn, the app works. When it gets redirected to the local version, the vite dev server gets wrapped around the axle.

Has anyone tried this out with a vite project?

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions