Skip to content

Commit

Permalink
docs: note temporary konami-code-js Vite optimizeDeps workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Dec 10, 2024
1 parent baeccf7 commit 1eef12d
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ You can then use the `"@konami-emoji-blast/nuxt"` plugin in your `nuxt.config.*`
```ts
export default defineNuxtConfig({
modules: ["@konami-emoji-blast/nuxt"],

// Temporary workaround for https://github.com/JoshuaKGoldberg/emoji-blast/issues/822:
vite: {
optimizeDeps: {
include: ["konami-emoji-blast > konami-code-js"],
},
},
});
```

Expand Down

0 comments on commit 1eef12d

Please sign in to comment.