Skip to content

Commit 9c2f989

Browse files
committed
config: ssr External에서 amcharts 제거
issues: #33
1 parent a175964 commit 9c2f989

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

vite.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ export default defineConfig({
1616
optimizeDeps: {
1717
exclude: ['@amcharts/amcharts5'],
1818
},
19-
ssr: {
20-
noExternal: ['@amcharts/amcharts5'],
21-
},
2219
build: {
2320
rollupOptions: {
2421
external: ['d3-geo,d3-selection,d3-transition'],

0 commit comments

Comments
 (0)