remove unused requirejs shim for bootstrap

This commit is contained in:
Min RK
2024-04-18 09:12:16 +02:00
parent aa89a63117
commit cc7662ec87

View File

@@ -50,15 +50,8 @@
paths: {
components: '../components',
jquery: '../components/jquery/dist/jquery.min',
// bootstrap: '../components/bootstrap/dist/js/bootstrap.bundle.min',
moment: "../components/moment/moment",
},
// shim: {
// bootstrap: {
// deps: ["jquery"],
// exports: "bootstrap"
// },
// }
});
</script>