Skip to content
This repository has been archived by the owner on Feb 8, 2025. It is now read-only.

Commit

Permalink
fix: update snap config
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Dec 6, 2023
1 parent cccb2d2 commit d653660
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/snap/snap.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ const config: SnapConfig = {
},
polyfills: true,
bundler: 'webpack',
experimental: {
wasm: true,
},
customizeWebpackConfig: (existing) =>
merge(existing, {
module: {
Expand Down

0 comments on commit d653660

Please sign in to comment.