Skip to content

Commit ad00d91

Browse files
committed
Exclude Highcharts
1 parent 55b6706 commit ad00d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.dev-pages.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default defineConfig({
2020
},
2121
outDir: "lib/dev-pages/bundle",
2222
rollupOptions: {
23-
external: [/(?:\.\.\/)+?lib\/components/, /^@cloudscape-design\//, "highcharts", "react"],
23+
external: [/(?:\.\.\/)+?lib\/components/, /^@cloudscape-design\//, /^highcharts(^|\/)/, "react"],
2424
},
2525
},
2626
});

0 commit comments

Comments
 (0)