Skip to content

Commit 6a24984

Browse files
fix missing moment external
1 parent bb56fd1 commit 6a24984

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/the-org/vite.config.ts

+3
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@ export default defineConfig({
88
base: "/degen-intel/",
99
build: {
1010
emptyOutDir: false,
11+
rollupOptions: {
12+
external: ["moment"]
13+
}
1114
},
1215
});

0 commit comments

Comments
 (0)