chore(examples): bump deps [ci skip]

This commit is contained in:
Eric Liu 2022-12-08 07:50:33 -08:00
commit f7969c64e8
9 changed files with 532 additions and 541 deletions

View file

@ -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({