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