Skip to content

Commit

Permalink
fix build web
Browse files Browse the repository at this point in the history
  • Loading branch information
SzymczakJ committed Nov 21, 2024
1 parent 586d66c commit 18fece7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WebExample/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ module.exports = async function (env, argv) {
},
argv,
);
config.resolve.fallback = {crypto: false};
return config;
};

0 comments on commit 18fece7

Please sign in to comment.