ReferenceError: JSENCRYPT_VERSION is not defined after JSEncrypt 3.0.0

ReferenceError: JSENCRYPT_VERSION is not defined after JSEncrypt 3.0.0

我正在使用 jsencrypt 3.0.0-rc.1,现在更新为 3.0.0。现在我有以下错误。

Uncaught ReferenceError: JSENCRYPT_VERSION is not defined.

临时解决方案 :我可以通过将 import JSEncrypt from 'jsencrypt' 替换为 import JSEncrypt from 'jsencrypt/bin/jsencrypt.min.js'

来消除该错误

通过 GitHub

找到

问题: 有没有更干净的解决方案或者只能等待作者的好修复?

只需更新到 3.0.1 即可。不再需要破解。