mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-01-24 13:37:00 +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: {
|
resolve: {
|
||||||
alias: {
|
alias: {
|
||||||
"@": path.resolve(__dirname, "./src"),
|
"@": path.resolve(__dirname, "./src"),
|
||||||
|
emitter: "node_modules/emitter-component/index.js",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
build: {
|
build: {
|
||||||
|
Loading…
Reference in New Issue
Block a user