error in ./node_modules/@noble/curves/abstract/weierstrass.js
Module parse failed: Unexpected token (1094:55) File was processed with these loaders: * ./node_modules/cache-loader/dist/cjs.js * ./node_modules/babel-loader/lib/index.js You may need an additional loader to handle the result of these loaders. | var u1 = modN(h * is); // u1 = hs^-1 mod n | var u2 = modN(r * is); // u2 = rs^-1 mod n > var R = Point.BASE.multiplyAndAddUnsafe(P, u1, u2)?.toAffine(); // R = u1⋅G + u2⋅P | if (!R) return false; | var v = modN(R.x);