shiny new gancio-event[s] webcomponents!
This commit is contained in:
11
webcomponents/vite.config.js
Normal file
11
webcomponents/vite.config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import { defineConfig } from 'vite'
|
||||
import { svelte } from '@sveltejs/vite-plugin-svelte'
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [
|
||||
svelte({
|
||||
compilerOptions: { customElement: true }
|
||||
})
|
||||
]
|
||||
})
|
||||
Reference in New Issue
Block a user