Skip to content

Commit

Permalink
Frontend minor (#16)
Browse files Browse the repository at this point in the history
* Update all non-major dependencies

* pin vite-plugin-top-level-await,1.4.0 breaks

* Plugins

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
faberto and renovate[bot] authored Jan 30, 2024
1 parent 8bfd885 commit fea4083
Show file tree
Hide file tree
Showing 4 changed files with 3,332 additions and 2,308 deletions.
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default defineNuxtConfig({
worker: {
// Not needed with vite-plugin-top-level-await >= 1.3.0
// format: "es",
plugins: [wasm(), topLevelAwait()],
plugins: () => [wasm(), topLevelAwait()],
},
optimizeDeps: {
exclude: ['@nimiq/core-web'],
Expand Down
Loading

0 comments on commit fea4083

Please sign in to comment.