keeweb/kdbxweb

Error: Can't resolve 'crypto'

TomMettam opened this issue · 1 comments

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?

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
}