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 Aug 18, 2020. It is now read-only.
Thank you for development this project. 👍
I found one bug, about importing js file.
when setting
exts
innuxt.config.js
,after build, look at the following file
.next/tui/editor.client.js
The file name is imported in
lowercase
.The real file name is
tui-editor-extChart.js
tui-editor-extTable.js
tui-editor-extUML.js
so, i ran build, have the following bug.
Module not found: Error: Can't resolve 'tui-editor/dist/tui-editor-extchart'
Module not found: Error: Can't resolve 'tui-editor/dist/tui-editor-exttable'
Module not found: Error: Can't resolve 'tui-editor/dist/tui-editor-extuml'
The text was updated successfully, but these errors were encountered: