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 bafa094 commit cfaee7fCopy full SHA for cfaee7f
vite.config.dev-pages.mjs
@@ -22,7 +22,7 @@ export default defineConfig({
22
},
23
outDir: "lib/dev-pages/bundle",
24
rollupOptions: {
25
- external: [componentsPath, "highcharts", /^@cloudscape-design\/*/],
+ external: [componentsPath, "highcharts", /^@cloudscape-design\/*/, "react"],
26
27
28
});
0 commit comments