mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
build(rollup): remove "clipboard-copy" global
This commit is contained in:
parent
379df5aec8
commit
4f1bd87a23
1 changed files with 1 additions and 4 deletions
|
@ -15,10 +15,7 @@ export default ["es", "umd"].map((format) => {
|
|||
format,
|
||||
file: UMD ? pkg.main : pkg.module,
|
||||
name: UMD ? "carbon-components-svelte" : undefined,
|
||||
globals: {
|
||||
flatpickr: "flatpickr",
|
||||
"clipboard-copy": "copy",
|
||||
},
|
||||
globals: { flatpickr: "flatpickr" },
|
||||
},
|
||||
external: Object.keys(pkg.dependencies),
|
||||
plugins: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue