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(ssr): remove external files dependencies #10885

Merged
merged 21 commits into from
Apr 25, 2024
Merged

feat(ssr): remove external files dependencies #10885

merged 21 commits into from
Apr 25, 2024

Commits on Apr 9, 2024

  1. feat(ssr): remove external files dependencies

    Before the ssr dist had dependencies on external files (e.g. index.html).
    
    By in-lining those dependencies we can generate a portable standalone main.js.
    fiji-flo committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    38e51ae View commit details
    Browse the repository at this point in the history
  2. build gtag before ssr

    fiji-flo committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    e31f711 View commit details
    Browse the repository at this point in the history
  3. extract ga generation

    fiji-flo committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    4722a8f View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. move ga generation to ssr

    fiji-flo committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    3f53f72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8568ff7 View commit details
    Browse the repository at this point in the history
  3. add include.d.ts

    fiji-flo committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    da96be8 View commit details
    Browse the repository at this point in the history
  4. fixes

    fiji-flo committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    e4ab749 View commit details
    Browse the repository at this point in the history
  5. remove console.log

    fiji-flo committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    3a7feb4 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. optimize client

    fiji-flo committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    74a488b View commit details
    Browse the repository at this point in the history
  2. move optimize client to build step

    Also fix PUBLIC_URL support
    fiji-flo committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    9fb44aa View commit details
    Browse the repository at this point in the history
  3. fix test by adding default

    fiji-flo committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    00346b7 View commit details
    Browse the repository at this point in the history
  4. comment

    fiji-flo committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    7c80156 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. lint

    fiji-flo committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    8d3f145 View commit details
    Browse the repository at this point in the history
  2. don't touch PUBLIC_URL

    fiji-flo committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    7ffbf3b View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    616a17d View commit details
    Browse the repository at this point in the history
  2. remove ga step

    fiji-flo committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    593d82e View commit details
    Browse the repository at this point in the history
  3. hack base url

    fiji-flo committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    cdee340 View commit details
    Browse the repository at this point in the history
  4. fix index.html

    fiji-flo committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    4e5e120 View commit details
    Browse the repository at this point in the history
  5. fix server

    fiji-flo committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    3e77fc2 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. remove log

    fiji-flo committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    0af8d62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1708e3 View commit details
    Browse the repository at this point in the history