0.0.1-alpha.12 • Published 3 months ago

@warp-ds/elements-core v0.0.1-alpha.12

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

@warp/elements-core

use with Vite

Additional (non-obvious) configuration is needed to use this module with Vite. Even if you have Vite's build.target set to esnext.

export default defineConfig({
  optimizeDeps: {
    esbuildOptions: { target: 'esnext' }
  },
  //...
})