Skip to content

Commit

Permalink
fix web component build
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Jan 8, 2025
1 parent 16e8c9e commit 77c0349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/viewer/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default defineConfig(({ mode, command }) => {
sourcemap: true,
chunkSizeWarningLimit: 1000,
rollupOptions: {
input: ['src/main.ts', 'src/app.postcss'],
input: webComponent ? undefined : ['src/main.ts'],
output: {
entryFileNames: '[name].js',
chunkFileNames: '[name].js',
Expand Down

0 comments on commit 77c0349

Please sign in to comment.