Skip to content

Commit db6da0e

Browse files
committed
Exclude React
1 parent eaa8529 commit db6da0e

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
@@ -26,7 +26,7 @@ export default defineConfig({
2626
},
2727
outDir: "lib/dev-pages/bundle",
2828
rollupOptions: {
29-
external: [componentsPath, /^@cloudscape-design\/*/],
29+
external: [componentsPath, /^@cloudscape-design\/*/, "react"],
3030
},
3131
},
3232
});

0 commit comments

Comments
 (0)