Skip to content

Commit

Permalink
Sigma Signing Example Using @powco/sigma-protocol
Browse files Browse the repository at this point in the history
remove unnecessary webpacck setting
  • Loading branch information
21e8sl committed Aug 5, 2023
1 parent bc65113 commit 5f95746
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 55 deletions.
4 changes: 4 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
module.exports = {
basePath: "/studio",
webpack: (config) => {
config.experiments.asyncWebAssembly = true
return config;
},
};
Loading

0 comments on commit 5f95746

Please sign in to comment.