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 eaa8529 commit db6da0eCopy full SHA for db6da0e
vite.config.dev-pages.mjs
@@ -26,7 +26,7 @@ export default defineConfig({
26
},
27
outDir: "lib/dev-pages/bundle",
28
rollupOptions: {
29
- external: [componentsPath, /^@cloudscape-design\/*/],
+ external: [componentsPath, /^@cloudscape-design\/*/, "react"],
30
31
32
});
0 commit comments