mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
6 lines
114 B
JavaScript
6 lines
114 B
JavaScript
module.exports = {
|
|
optimizeDeps: {
|
|
include: ["clipboard-copy"],
|
|
exclude: ["@sveltech/routify"],
|
|
},
|
|
};
|