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 ba191de commit b8ceb54Copy full SHA for b8ceb54
vite.dev-pages.config.mjs
@@ -9,8 +9,6 @@ const __dirname = dirname(fileURLToPath(import.meta.url));
9
10
const componentsPath = resolve(__dirname, "lib/components");
11
12
-const globals = { [componentsPath]: "components" };
13
-
14
// https://vitejs.dev/config/
15
export default defineConfig({
16
plugins: [react({ fastRefresh: false })],
@@ -23,9 +21,6 @@ export default defineConfig({
23
21
outDir: "lib/dev-pages/bundle",
24
22
rollupOptions: {
25
external: [componentsPath, /^@cloudscape-design\/*/],
26
- output: {
27
- globals,
28
- },
29
},
30
31
});
0 commit comments