Skip to content

Commit

Permalink
Workaround emitter issue until upstream vite has a fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
FireMasterK committed Oct 19, 2022
1 parent ce48bd5 commit aaf1ca4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export default defineConfig({
resolve: {
alias: {
"@": path.resolve(__dirname, "./src"),
emitter: "node_modules/emitter-component/index.js",
},
},
build: {
Expand Down

0 comments on commit aaf1ca4

Please sign in to comment.