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

Vite: Replace vite-plugin-externals with custom plugin #20698

Merged
merged 18 commits into from
Jan 27, 2023
Merged

Vite: Replace vite-plugin-externals with custom plugin #20698

merged 18 commits into from
Jan 27, 2023

Commits on Jan 19, 2023

  1. Naive implementation of local vite plugin to replace vite-plugin-exte…

    …rnals
    charles.gruenais committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    9642d04 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

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

Commits on Jan 23, 2023

  1. Remove unused imports

    IanVS committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    b49050a View commit details
    Browse the repository at this point in the history
  2. Remove vite-plugin-externals

    IanVS committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    61acc22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69f23e4 View commit details
    Browse the repository at this point in the history
  4. Return sourcemap

    IanVS committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    22af7fe View commit details
    Browse the repository at this point in the history
  5. Create aliases for dev

    IanVS committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    b78244e View commit details
    Browse the repository at this point in the history
  6. Add a few docblocks

    IanVS committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    1561785 View commit details
    Browse the repository at this point in the history
  7. Handle minified code

    IanVS committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    563fa6c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b72ca3e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    76ca07d View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    007b5bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71c3cc2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab1508e View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

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

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    759047e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a602c6a View commit details
    Browse the repository at this point in the history