Skip to content

Commit 57c43b0

Browse files
committed
fix: build issue
1 parent 449e92c commit 57c43b0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
export * from './components';
22
export * from './shared/usePopover';
3-
export * from './tailwind.config';

packages/qwik-storefront-ui/vite.config.ts

+2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ export default defineConfig({
3333
// See: https://vitejs.dev/guide/build.html#library-mode
3434
build: {
3535
target: 'es2020',
36+
emptyOutDir: true,
3637
lib: {
3738
entry: './src/index.ts',
39+
3840
// Could also be a dictionary or array of multiple entry points.
3941
name: 'qwik-storefront-ui',
4042
fileName: (format) => `index.qwik.${format === 'es' ? 'mjs' : 'cjs'}`,

0 commit comments

Comments
 (0)