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
Here is the reproduction. Running build or test (simplest way is useing this dropdown) will error in slightly different ways described above.
TEST Error: Optimizer should replace all usages of $() with some special syntax. If you need to create a QRL manually, use inlinedQrl() instead.
Build
"fileURLToPath" is not exported by "__vite-browser-external", imported by "node_modules/@builder.io/qwik/testing/index.mjs".
file: /Users/me/projects/personal/site/node_modules/@builder.io/qwik/testing/index.mjs:22378:9
22376: // packages/qwik/src/testing/platform.ts
22377: import { existsSync } from "fs";
22378: import { fileURLToPath } from "url";
The text was updated successfully, but these errors were encountered:
Issue
This is a follow up for the test issue here
Here is the reproduction. Running build or test (simplest way is useing this dropdown) will error in slightly different ways described above.
TEST
Error: Optimizer should replace all usages of $() with some special syntax. If you need to create a QRL manually, use inlinedQrl() instead.
Build
The text was updated successfully, but these errors were encountered: