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

feat: support preloading also on legacy bundle #9920

Open
wants to merge 53 commits into
base: main
Choose a base branch
from

Commits on Aug 30, 2022

  1. Configuration menu
    Copy the full SHA
    d4db5c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Configuration menu
    Copy the full SHA
    03d282e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06e69a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eced9b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Configuration menu
    Copy the full SHA
    a413bc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2dc09b4 View commit details
    Browse the repository at this point in the history
  3. chore: merge branch 'preload-on-system-format' of github.com:Tal500/v…

    …ite into preload-on-system-format
    Tal500 committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    59fd103 View commit details
    Browse the repository at this point in the history
  4. chore: fix revert issues

    Tal500 committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    96780a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. fix: fix the css regexp

    Tal500 committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    6c38aa1 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. Configuration menu
    Copy the full SHA
    02995a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b2b1d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    900960b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d579efa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e04a5c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e6361ff View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5e1ba19 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    50627d2 View commit details
    Browse the repository at this point in the history
  9. feat: better check on seeing whether the asset path was already loaded

    This is done by comparing short pathes to the full ones.
    Tal500 committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    e075dac View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e567b21 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0957a50 View commit details
    Browse the repository at this point in the history
  12. fix: linting issues

    Tal500 committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    6fbeb25 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a7501c2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6bdb4e4 View commit details
    Browse the repository at this point in the history
  15. fix: try to break also when paths are simply equal

    and improve typing
    Tal500 committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    40e4da0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e72c090 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. chore: simplify the code by removing the xhr request and thanks to th…

    …e module preload polyfill
    
    Note: Removing the XHR request means that there will be no reported error on legacy if the CSS resource isn't found.
    Tal500 committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    8298666 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dbe676 View commit details
    Browse the repository at this point in the history
  3. fix: add and use analyzeSystemRegisteration to handle parameter nam…

    …e change on minimization
    
    added and reordered additional test to `analyzeSystemRegisteration`
    Tal500 committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    e578475 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fd8eaf View commit details
    Browse the repository at this point in the history
  5. chore: simplify the code

    Tal500 committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    8f68cdf View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2022

  1. Configuration menu
    Copy the full SHA
    6923be3 View commit details
    Browse the repository at this point in the history
  2. chore: fix typo

    Tal500 committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    94908e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2022

  1. chore: omit the fix for double stylesheets loading

    The reason is that it's already fixed by vitejs#9970, and we want to make this PR independent.
    Tal500 committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    1f05b29 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Configuration menu
    Copy the full SHA
    3c6240b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22dd608 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2022

  1. Configuration menu
    Copy the full SHA
    69d62a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Configuration menu
    Copy the full SHA
    d5c9469 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f153ff2 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2022

  1. Configuration menu
    Copy the full SHA
    4b8a587 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Configuration menu
    Copy the full SHA
    a722090 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d4d82e View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    37e43a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Configuration menu
    Copy the full SHA
    3d93a9f View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2022

  1. Configuration menu
    Copy the full SHA
    998ed72 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    ee90f4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06f4657 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Configuration menu
    Copy the full SHA
    44a4515 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df949be View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Configuration menu
    Copy the full SHA
    1310ac0 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    3a3b6bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    896822a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1509a97 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    211f4a7 View commit details
    Browse the repository at this point in the history