Workaround emitter issue until upstream vite has a fix.

See https://github.com/vitejs/vite/issues/10542
This commit is contained in:
Kavin 2022-10-20 00:32:49 +01:00
parent ce48bd55f1
commit aaf1ca48b2
No known key found for this signature in database
GPG Key ID: 49451E4482CC5BCD

View File

@ -68,6 +68,7 @@ export default defineConfig({
resolve: {
alias: {
"@": path.resolve(__dirname, "./src"),
emitter: "node_modules/emitter-component/index.js",
},
},
build: {