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 ef2dd10 commit 407264fCopy full SHA for 407264f
resources/scripts/main.ts
@@ -10,8 +10,7 @@
10
*/
11
12
// Import modules...
13
-import * as JsBootstrap from "@/bootstrap.js"
14
-import 'vite/dynamic-import-polyfill';
+import 'dynamic-import-polyfill';
15
import "~/css/app.css"
16
import { createApp, h } from 'vue';
17
import { createInertiaApp } from '@inertiajs/inertia-vue3';
@@ -25,6 +24,9 @@ import 'flatpickr/dist/flatpickr.css';
25
24
import { emitter } from "@/JigComponents/eventHub.js";
26
import { Link } from "@inertiajs/inertia-vue3"
27
+const JsBootstrap = import("@/bootstrap");
28
+
29
30
dayjs.extend(relativeTime);
31
dayjs.extend(advancedFormat)
32
0 commit comments