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 [ci skip]
This commit is contained in:
parent
3ba5ba7ccb
commit
f7969c64e8
9 changed files with 532 additions and 541 deletions
|
@ -9,12 +9,12 @@ const production = !process.env.ROLLUP_WATCH;
|
|||
|
||||
export default {
|
||||
input: "src/index.js",
|
||||
inlineDynamicImports: true,
|
||||
output: {
|
||||
sourcemap: !production,
|
||||
format: "iife",
|
||||
name: "app",
|
||||
file: "public/build/bundle.js",
|
||||
inlineDynamicImports: true,
|
||||
},
|
||||
plugins: [
|
||||
svelte({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue