Skip to content

Commit b8ceb54

Browse files
committed
Remove globals
1 parent ba191de commit b8ceb54

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

vite.dev-pages.config.mjs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ const __dirname = dirname(fileURLToPath(import.meta.url));
99

1010
const componentsPath = resolve(__dirname, "lib/components");
1111

12-
const globals = { [componentsPath]: "components" };
13-
1412
// https://vitejs.dev/config/
1513
export default defineConfig({
1614
plugins: [react({ fastRefresh: false })],
@@ -23,9 +21,6 @@ export default defineConfig({
2321
outDir: "lib/dev-pages/bundle",
2422
rollupOptions: {
2523
external: [componentsPath, /^@cloudscape-design\/*/],
26-
output: {
27-
globals,
28-
},
2924
},
3025
},
3126
});

0 commit comments

Comments
 (0)