mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-30 18:43:17 +00:00
Workaround emitter issue until upstream vite has a fix.
See https://github.com/vitejs/vite/issues/10542
This commit is contained in:
parent
ce48bd55f1
commit
aaf1ca48b2
@ -68,6 +68,7 @@ export default defineConfig({
|
||||
resolve: {
|
||||
alias: {
|
||||
"@": path.resolve(__dirname, "./src"),
|
||||
emitter: "node_modules/emitter-component/index.js",
|
||||
},
|
||||
},
|
||||
build: {
|
||||
|
Loading…
Reference in New Issue
Block a user