You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After installing the extension, Vite fails to build with the following error:
[vite] (client) error while updating dependencies:
Error: Build failed with 1 error:
node_modules/@quasar/quasar-app-extension-qmarkdown/src/boot/register.js:1:27: ERROR: Could not resolve "#q-app/wrappers"
at failureErrorWithLog (/var/www/html/node_modules/esbuild/lib/main.js:1476:15)
at /var/www/html/node_modules/esbuild/lib/main.js:945:25
at /var/www/html/node_modules/esbuild/lib/main.js:1354:9
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
I've got the same problem.
quasar - 2.17.5
@quasar/app-vite - 2.0.4
@quasar/quasar-ui-qmarkdownv2.0.1
When I run quasar build and then quasar serve dist/spa it works as expected.
Describe the bug
After installing the extension, Vite fails to build with the following error:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No errors, app renders properly
Screenshots
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: