Skip to content

Commit

Permalink
🚀 externalize lit directives
Browse files Browse the repository at this point in the history
  • Loading branch information
scottnath authored Jun 19, 2024
1 parent 74e66cf commit d2587e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.component.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default defineConfig(({ mode }) => {
entry
},
rollupOptions: {
external: ['lit', '@lit/task'],
external: ['lit', 'lit/directives/choose.js', 'lit/directives/unsafe-html.js', '@lit/task'],
},
target: 'esnext',
},
Expand Down

0 comments on commit d2587e4

Please sign in to comment.