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

fix(@angular-devkit/build-angular): support custom index option paths in Vite-based dev server #25808

Merged

Commits on Sep 8, 2023

  1. fix(@angular-devkit/build-angular): support custom index option paths…

    … in Vite-based dev server
    
    When using the Vite-based development server and a custom `index` build option (not `index.html`),
    the custom index path will now be used as the root of the development server. This mimics the behavior
    of the Webpack-based development server.
    clydin committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    ea776ce View commit details
    Browse the repository at this point in the history