suneditor icon indicating copy to clipboard operation
suneditor copied to clipboard

suneditor is causing vite build to fail

Open a-tonchev opened this issue 9 months ago • 3 comments

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

a-tonchev avatar Nov 23 '23 12:11 a-tonchev

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

toshsan avatar Nov 29 '23 01:11 toshsan

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

cub avatar Nov 29 '23 13:11 cub

PR has been merged this can be closed

melloware avatar Dec 07 '23 02:12 melloware