We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 449e92c commit 57c43b0Copy full SHA for 57c43b0
packages/qwik-storefront-ui/src/index.ts
@@ -1,3 +1,2 @@
1
export * from './components';
2
export * from './shared/usePopover';
3
-export * from './tailwind.config';
packages/qwik-storefront-ui/vite.config.ts
@@ -33,8 +33,10 @@ export default defineConfig({
33
// See: https://vitejs.dev/guide/build.html#library-mode
34
build: {
35
target: 'es2020',
36
+ emptyOutDir: true,
37
lib: {
38
entry: './src/index.ts',
39
+
40
// Could also be a dictionary or array of multiple entry points.
41
name: 'qwik-storefront-ui',
42
fileName: (format) => `index.qwik.${format === 'es' ? 'mjs' : 'cjs'}`,
0 commit comments