Skip to content

Commit d2587e4

Browse files
authored
🚀 externalize lit directives
1 parent 74e66cf commit d2587e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.component.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default defineConfig(({ mode }) => {
1818
entry
1919
},
2020
rollupOptions: {
21-
external: ['lit', '@lit/task'],
21+
external: ['lit', 'lit/directives/choose.js', 'lit/directives/unsafe-html.js', '@lit/task'],
2222
},
2323
target: 'esnext',
2424
},

0 commit comments

Comments
 (0)