travist / jsencrypt

A zero-dependency Javascript library to perform OpenSSL RSA Encryption, Decryption, and Key Generation.
http://www.travistidwell.com/jsencrypt
Other
6.68k stars 2.02k forks source link

hermes-engine error #230

Open yzhangdegit opened 3 years ago

yzhangdegit commented 3 years ago

ReferenceError: Property '__webpack_require__' doesn't exist, js engine: hermes

jlallement commented 3 years ago

same error

ZHANGYU-AAXIS commented 2 years ago

I use import JSEncrypt from 'jsencrypt/lib' fix this error

AndreasAnderssonBluedeer commented 2 years ago

It fixes the error when starting the app, however i get the same kind of error whenever i try to use JSEncrypt. Tried several different import/require variants without success. Any update on this?