You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.
描述你的问题
使用
webpack 4
运行时报错Cannot assign to read only property 'exports' of object
追查原因是
src/dialog/index.js
中import
与module.exports
混用...使用
webpack 4
运行时报错Identifier 'aE' has already been declared
Identifier 't' has already been declared
追查原因是
src/lib/live2d.core.js
中function aE()
和function t()
确实定义了2次...第一次
3133-3168
行第二次
4871-4906
行考虑去除
4871-4906
行?live2d.core.js-4871环境信息(请务必填写下列信息)
设备: [PC]
操作系统: [MACOS]
浏览器 [Chrome 73]
live2d-widget: [3.1.3]
我已仔细阅读CONTRIBUTING中的相关内容。
我已仔细阅读README中的相关内容。
@EYHN
The text was updated successfully, but these errors were encountered: