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

Needs documentation of webpack setup when using rdflib and solid-auth-client #217

Open
hovenko opened this issue Oct 18, 2018 · 0 comments

Comments

@hovenko
Copy link

hovenko commented Oct 18, 2018

We need to document which modules need to be externalized in webpack configuration in order to create web applications using rdflib and solid-auth-client.

Example external section of webpack configuration file:

  externals: {
    'node-fetch': 'fetch',
    'text-encoding': 'TextEncoder',
    'whatwg-url': 'window',
    'isomorphic-fetch': 'fetch',
    '@trust/webcrypto': 'crypto'
  },

Maybe a central documentation page describing webpack configurations in general for Solid web applications is sufficient to describe the how and why, and link to this documentation from these modules: rdflib, solid-auth-client, @solid/oidc-rp (depends directly on webcrypto) and @solid/jose (depends directly on webcrypto).

Also link to this documentation from tutorials.

How does this sound?

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

No branches or pull requests

2 participants