JiHong88 / suneditor

Pure javascript based WYSIWYG html editor, with no dependencies.
http://suneditor.com
MIT License
1.67k stars 308 forks source link

suneditor is causing vite build to fail #1337

Open a-tonchev opened 7 months ago

a-tonchev commented 7 months ago

The reason why vite build fails is that the minifier of suneditor is adding special characters that confuses vite:

This is suneditor/src/lib/core.js

image

After replacing the NBSP character with real space or putting space in front, the build works fine.

image

toshsan commented 7 months ago

Worked fine under vite4 but upgrade to vite5 is causing the crash due to the invisible Unicode character

cub commented 7 months ago

link PR by iveretelnyk https://github.com/JiHong88/suneditor/pull/1339

melloware commented 7 months ago

PR has been merged this can be closed