mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
chore(examples): bump deps (#1768)
This commit is contained in:
parent
ea9b261b60
commit
79c6c05504
11 changed files with 770 additions and 775 deletions
|
@ -3,6 +3,9 @@ import { optimizeImports } from "carbon-preprocess-svelte";
|
|||
|
||||
/** @type {import('vite').UserConfig} */
|
||||
export default {
|
||||
optimizeDeps: {
|
||||
exclude: ["carbon-components-svelte"],
|
||||
},
|
||||
plugins: [
|
||||
svelte({
|
||||
preprocess: [optimizeImports()],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue