lodestar icon indicating copy to clipboard operation
lodestar copied to clipboard

@lodestar/prover package should support commonjs

Open nazarhussain opened this issue 1 year ago • 3 comments

Problem description

Currently the @lodestar/prover package have ESM build only, which does not work with the commonjs. Means user can't use require for that package in their projects.

Solution description

We should add support for the commonjs build for that package as it's a user facing library.

Additional context

No response

nazarhussain avatar Jul 13 '23 10:07 nazarhussain