Skip to content

Add support for subpath polyfills #64

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

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

Conversation

davidmyersdev
Copy link
Owner

Overview

TBD

import { defineConfig } from 'vite'
import { nodePolyfills } from 'vite-plugin-node-polyfills'

// https://vitejs.dev/config/
export default defineConfig({
  plugins: [
    nodePolyfills({
      overrides: {
        'fs': 'memfs',
        'path/posix': 'path-browserify',
      },
    }),
  ],
})

@davidmyersdev davidmyersdev force-pushed the 48-support-subpaths branch 2 times, most recently from db7100f to 4e0edc5 Compare December 27, 2023 20:02
@shellscape
Copy link

@davidmyersdev what happened with this one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failed to load url /node_modules/path-browserify/posix
2 participants