Skip to content

Commit

Permalink
add highlight.js to external
Browse files Browse the repository at this point in the history
  • Loading branch information
akmatoff committed Nov 5, 2024
1 parent 75f8e69 commit b6cdcae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,9 @@ export default defineConfig({
"@": path.resolve(__dirname, "/src"),
},
},
build: {
rollupOptions: {
external: "highlight.js"
}
}
});

0 comments on commit b6cdcae

Please sign in to comment.