mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36: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,
|
format,
|
||||||
file: UMD ? pkg.main : pkg.module,
|
file: UMD ? pkg.main : pkg.module,
|
||||||
name: UMD ? "carbon-components-svelte" : undefined,
|
name: UMD ? "carbon-components-svelte" : undefined,
|
||||||
globals: {
|
globals: { flatpickr: "flatpickr" },
|
||||||
flatpickr: "flatpickr",
|
|
||||||
"clipboard-copy": "copy",
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
external: Object.keys(pkg.dependencies),
|
external: Object.keys(pkg.dependencies),
|
||||||
plugins: [
|
plugins: [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue