pemedia / payload-visual-editor

Payload CMS plugin which provides a visual live editor directly in the Admin UI. Works for collections and globals. Compatible with any kind of JS/TS based frontend technology.
MIT License
208 stars 10 forks source link

Payload 2 with viteBundler stylesheet error #34

Closed ericuldall closed 10 months ago

ericuldall commented 11 months ago
[sass] Can't find stylesheet to import.
  ╷
1 │ @import '~payload/dist/admin/scss/vars'

Any idea why this is missing?

ericuldall commented 11 months ago

Looks like removing the ~ from the front of the import name works fine. Not sure if this also works on webpack.

dkirchhof commented 10 months ago

No problems with webpack after removing it. Will publish a new version in a sec. Thanks for pointing out this bug.