Skip to content

Commit

Permalink
fix rollupOptions external
Browse files Browse the repository at this point in the history
  • Loading branch information
akmatoff committed Nov 5, 2024
1 parent b6cdcae commit 6ab9def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default defineConfig({
},
build: {
rollupOptions: {
external: "highlight.js"
external: "highlight.js/lib/languages/python"
}
}
});

0 comments on commit 6ab9def

Please sign in to comment.