diff --git a/WebExample/webpack.config.js b/WebExample/webpack.config.js index 66344e0f..38a38000 100644 --- a/WebExample/webpack.config.js +++ b/WebExample/webpack.config.js @@ -10,5 +10,6 @@ module.exports = async function (env, argv) { }, argv, ); + config.resolve.fallback = {crypto: false}; return config; };