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 bfe0f6f commit a8e20bdCopy full SHA for a8e20bd
.prettierignore
@@ -47,4 +47,7 @@ fixtures/interactive-dev-tests/src/startup-error.ts
47
fixtures/pages-redirected-config/build/*
48
fixtures/redirected-config-worker/build/*
49
50
+# Import attributes generate an error
51
+packages/unenv-preset/src/preset.ts
52
+
53
packages/vite-plugin-cloudflare/playground/**/*.d.ts
packages/unenv-preset/src/preset.ts
@@ -1,4 +1,4 @@
1
-import { version } from "../package.json";
+import { version } from "../package.json" with { type: "json" };
2
import type { Preset } from "unenv";
3
4
// Built-in APIs provided by workerd.
0 commit comments