Hi,
I’m trying to deploy a client’s app but I’m getting an error :
Building project…
files/css-sheet.css?_wwcv=208 doesn’t exist at build time, it will remain unchanged to be resolved at runtime
✗ Build failed in 2.69s
error during build:
Build failed with 1 error:
[plugin vite:css-post]
SyntaxError: [lightningcss minify] Unexpected token Delim(‘*’)
7 | pointer-events: unset !important;
8 | }
9 | .draggable-item[data-v-22226035] ** > .ww-element {
| ^
10 | pointer-events: unset !important;
11 | }
at Module. (/tmp/front/node_modules/lightningcss/node/index.js:56:14)
at minifyCSS (file:///tmp/front/node_modules/vite/dist/node/chunks/node.js:21189:59)
at async finalizeCss (file:///tmp/front/node_modules/vite/dist/node/chunks/node.js:21035:36)
at aggregateBindingErrorsIntoJsError (file:///tmp/front/node_modules/rolldown/dist/shared/error-BO4SlZV_.mjs:48:18)
at unwrapBindingResult (file:///tmp/front/node_modules/rolldown/dist/shared/error-BO4SlZV_.mjs:18:128)
at #build (file:///tmp/front/node_modules/rolldown/dist/shared/rolldown-build-yQC7KN8K.mjs:3311:34)
at async buildEnvironment (file:///tmp/front/node_modules/vite/dist/node/chunks/node.js:32817:64)
at async Object.build (file:///tmp/front/node_modules/vite/dist/node/chunks/node.js:33239:19)
at async Object.buildApp (file:///tmp/front/node_modules/vite/dist/node/chunks/node.js:33236:153)
at async CAC. (file:///tmp/front/node_modules/vite/dist/node/cli.js:778:3) {
errors: [Getter/Setter]
}
Failed to build project
As I didn’t custom this element myself, is it possible that it’s on Weweb’s side ?
Thanks !
