keeweb / kdbxweb

Web Kdbx library
https://app.keeweb.info
MIT License
413 stars 57 forks source link

Error: Can't resolve 'crypto' #38

Closed TomMettam closed 4 years ago

TomMettam commented 4 years ago

When trying to include this project into an Angular project, it fails with:

Error: Can't resolve 'crypto' in '..\node_modules\kdbxweb\dist'

Is there any chance this could be made webpack compatible?

antelle commented 4 years ago

Hi! It's compatible with WebPack, however you need to tune your config. Probably you need to exclude crypto, something like this:

node: {
    crypto: false
}