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 bb3da10 commit 4b108b3Copy full SHA for 4b108b3
quasar.config.ts
@@ -2,7 +2,7 @@
2
// https://v2.quasar.dev/quasar-cli-vite/quasar-config-file
3
4
import { defineConfig } from "#q-app/wrappers";
5
-import { isNullOrWhitespace } from "src/util/string_util";
+import { isNullOrWhitespace } from "./src/util/string_util";
6
import packageSpec from "./package.json";
7
8
// import checker from "vite-plugin-checker";
0 commit comments