Skip to content

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