We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8688da1 commit 5a8e802Copy full SHA for 5a8e802
packages/qwik/src/optimizer/src/plugins/vite.unit.ts
@@ -42,7 +42,6 @@ const noExternal = [
42
'@qwik.dev/core/internal',
43
'@qwik.dev/core/server',
44
'@qwik.dev/core/build',
45
- '@qwik.dev/router',
46
];
47
48
const excludeDeps = [
@@ -53,7 +52,6 @@ const excludeDeps = [
53
52
'@qwik.dev/core/jsx-dev-runtime',
54
55
'@qwik-client-manifest',
56
57
'@builder.io/qwik',
58
'@builder.io/qwik-city',
59
starters/e2e/e2e.use-id.e2e.ts
@@ -1,4 +1,4 @@
1
-import { test, expect, Locator } from "@playwright/test";
+import { test, expect } from "@playwright/test";
2
3
test.describe("use-id", () => {
4
test.beforeEach(async ({ page }) => {
0 commit comments