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

fix: remove Node polyfill by default #2593

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

Commits on Apr 8, 2024

  1. fix: remove Node polyfill by default

    This can be added back with a simple Vite config such as:
    
    ```
    import { polyfillNode } from "esbuild-plugin-polyfill-node";
    
    export default {
      optimizeDeps: {
        plugins: [polyfillNode()],
      }
    }
    ```
    fwouts committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    f238be5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f039d10 View commit details
    Browse the repository at this point in the history
  3. maybe fix

    fwouts committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    ae6e4a7 View commit details
    Browse the repository at this point in the history
  4. Update vite-manager.ts

    fwouts committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    00035dc View commit details
    Browse the repository at this point in the history