spank icon indicating copy to clipboard operation
spank copied to clipboard

Not Working with Vite CSS Code Split

Open DanielRios549 opened this issue 3 years ago • 0 comments

When Vite cssCodeSplit option is set to true, Spank does not gererate HTML files with content inside.

Without cssCodeSplit:

image

With cssCodeSplit:

image

As you can see, without cssCodeSplit the content are all inside the HTML as it is intended to be. Additionally, with CSS Code Split, it shows some errors on terminal:

[tossr] /index Waited for the event "app-loaded", but timed out after 5000 ms.
⠇ Exporting 5 of 5 /settings[tossr] /settings Waited for the event "app-loaded", but timed out after 5000 ms.

DanielRios549 avatar Jan 24 '22 15:01 DanielRios549