We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb56fd1 commit 6a24984Copy full SHA for 6a24984
packages/the-org/vite.config.ts
@@ -8,5 +8,8 @@ export default defineConfig({
8
base: "/degen-intel/",
9
build: {
10
emptyOutDir: false,
11
+ rollupOptions: {
12
+ external: ["moment"]
13
+ }
14
},
15
});
0 commit comments