fix: removes fullcalendar from importmap and references from cdn

This commit is contained in:
2025-08-23 12:26:26 -05:00
parent 2f7d406d12
commit 942911d8ef
5 changed files with 46 additions and 95 deletions

View File

@@ -70,37 +70,4 @@ return [
'@ungap/custom-elements' => [
'version' => '1.3.0',
],
// '@fullcalendar/core' => [
// 'version' => '6.1.19',
// ],
// '@fullcalendar/daygrid' => [
// 'version' => '6.1.19',
// ],
// '@fullcalendar/timegrid' => [
// 'version' => '6.1.19',
// ],
// '@fullcalendar/list' => [
// 'version' => '6.1.19',
// ],
// 'preact' => [
// 'version' => '10.12.1',
// ],
// 'preact/compat' => [
// 'version' => '10.12.1',
// ],
// '@fullcalendar/core/index.js' => [
// 'version' => '6.1.19',
// ],
// '@fullcalendar/core/internal.js' => [
// 'version' => '6.1.19',
// ],
// '@fullcalendar/core/preact.js' => [
// 'version' => '6.1.19',
// ],
// '@fullcalendar/daygrid/internal.js' => [
// 'version' => '6.1.19',
// ],
// 'preact/hooks' => [
// 'version' => '10.12.1',
// ],
];