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(node/plugins): esbuild options #11049

Merged
merged 6 commits into from Dec 7, 2022
Merged

Commits on Nov 23, 2022

  1. feat(node/plugins): esbuild options

    - since https://github.com/evanw/esbuild/releases/tag/v0.14.51 esbuild
    supports JSX transformations, so it makes sense that jsx and
    jsxImportSource are forwarded along with other relevant options
    high1 committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    247dc70 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Configuration menu
    Copy the full SHA
    c946742 View commit details
    Browse the repository at this point in the history
  2. fix: set relevant TSConfigRaw options to undefined

    - set TSConfigRaw options to undefined when a parallel option is defined
    inside Vite configuration
    high1 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    92902f0 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. chore: merge main

    sapphi-red committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    ec3092d View commit details
    Browse the repository at this point in the history
  2. chore: merge main

    sapphi-red committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    cc6484e View commit details
    Browse the repository at this point in the history
  3. chore: add comment

    sapphi-red committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    0fa3d68 View commit details
    Browse the repository at this point in the history