I use webpack for my JS compiler. I integrated the full calendar. and did not find the function "fullCalendar".
`import fullCalendar from 'fullCalendar';
$('..').fullCalendar({...})
`
import 'fullcalendar'; // or fullCalendar if you renamed it
$('..').fullCalendar({...})