Skip to content

Commit

Permalink
docs: update vite configuration documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
SomaticIT authored May 10, 2024
1 parent a65edef commit a2b9eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ If you try to use this component with `vite` or `svelte-kit`, you have to disabl
const config = {
//...
optimizeDeps: {
exclude: ["codemirror", "@codemirror/language-javascript" /* ... */],
exclude: ["svelte-codemirror-editor", "codemirror", "@codemirror/language-javascript" /* ... */],
},
//...
}
Expand Down

0 comments on commit a2b9eed

Please sign in to comment.