mirror of
https://github.com/codex-storage/codex-marketplace-ui-components.git
synced 2025-01-11 14:54:42 +00:00
Fix worker build
This commit is contained in:
parent
31157aa0ac
commit
68907ce2f3
@ -3,6 +3,8 @@ import { defineConfig } from "vite";
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
worker: {
|
||||
format: "es",
|
||||
rollupOptions: {
|
||||
external: ["@codex/sdk-js"],
|
||||
},
|
||||
},
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user