We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9234daf + 6a24984 commit 91c83eaCopy full SHA for 91c83ea
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