Module Build Failed (from ./node_modules/babel-loader/lib/index.js):
Well Here i'm trying to create a react app and want to use simple walletconnect package and trying to create a build file of my react app but i'm getting module error when i run we
Solution 1:
@babel/core
is not a preset, remove that from the presets
array in your babelrc.
Post a Comment for "Module Build Failed (from ./node_modules/babel-loader/lib/index.js):"