Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate drand-client from this century #202

Open
CluEleSsUK opened this issue Jun 20, 2024 · 0 comments
Open

Integrate drand-client from this century #202

CluEleSsUK opened this issue Jun 20, 2024 · 0 comments

Comments

@CluEleSsUK
Copy link
Contributor

Currently there are a few blockers to integrating the drand js client:

  • the current vuepress is very old and only supports node 16
  • its bundled version of webpack doesn't have polyfills for a bunch of js features used in the js drand-client
  • configuring the bundled version of webpack with newer babel loaders seems to fuck things up; even installing a newer version of babel spits out a wall of errors

I tried updating to vuepress 2.x (currently in RC). This works with newer versions of node, and uses a modern version of webpack but... basically everything has changed. All plugins are different and it seems like a serious effort to make it works, see: https://v2.vuepress.vuejs.org/guide/migration.html

I tried naively dropping it in and immediately had to change the config format as per this. Dropping in the new config format didn't work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant