We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55b6706 commit ad00d91Copy full SHA for ad00d91
vite.config.dev-pages.mjs
@@ -20,7 +20,7 @@ export default defineConfig({
20
},
21
outDir: "lib/dev-pages/bundle",
22
rollupOptions: {
23
- external: [/(?:\.\.\/)+?lib\/components/, /^@cloudscape-design\//, "highcharts", "react"],
+ external: [/(?:\.\.\/)+?lib\/components/, /^@cloudscape-design\//, /^highcharts(^|\/)/, "react"],
24
25
26
});
0 commit comments