由于globalThis在Chrome 71+和NodeJS 12+才引入支持,针对该错误,可以在index.html的head标签中增加以下代码:

<script>
        this.globalThis || (this.globalThis = this)
</script>
最后修改:2023 年 12 月 23 日
如果觉得我的文章对你有用,请随意赞赏