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

Change Vite config from CJS to ESM #1992

Merged
merged 8 commits into from
Nov 25, 2023

Commits on Nov 21, 2023

  1. Resolves jaegertracing#1985

    This commit fixes the CJS deprication warning.
    
    Signed-off-by: shivam <shivammadlani5@gmail.com>
    ShivamMadlani committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    0131080 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Resolves jaegertracing#1985

    This commit fixes the CJS deprication warning
    
    Signed-off-by: shivam <shivammadlani5@gmail.com>
    ShivamMadlani committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    5559770 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6cce70 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Resolves jaegertracing#1985

    The previous commit changed the config from CJS to ESM which caused
    2 tests to fail.
    This commit fixes the above issue by replacing 'require' with 'import'
    throughout the project
    
    Signed-off-by: shivam <shivammadlani5@gmail.com>
    ShivamMadlani committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    d774447 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c18c4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab5dc75 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. Resolves jaegertracing#1985

    This commit fixes the CJS deprication warning by renaming vite.config.ts
    to vite.config.mts.
    
    Signed-off-by: shivam <shivammadlani5@gmail.com>
    ShivamMadlani committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    e28f297 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75ad7d4 View commit details
    Browse the repository at this point in the history