fidm / x509

Pure JavaScript X509 certificate tools for Node.js
https://fidm.github.io/x509/
MIT License
81 stars 15 forks source link

Usage in browser #6

Open rucciva opened 4 years ago

rucciva commented 4 years ago

Is this library can be be used in browser. i've tried to include in but it fails in webpack build

image

Gonzalo2683 commented 3 years ago

Maybe: https://stackoverflow.com/questions/54275069/module-not-found-error-cant-resolve-net-in-node-modules-stompjs-lib

Better update your Webpack configuration with

node: { net: 'empty', },