Fullcalendar: Webpack Issue

Created on 7 Nov 2016  路  2Comments  路  Source: fullcalendar/fullcalendar

I use webpack for my JS compiler. I integrated the full calendar. and did not find the function "fullCalendar".

`import fullCalendar from 'fullCalendar';

$('..').fullCalendar({...})
`

All 2 comments

import 'fullcalendar'; // or fullCalendar if you renamed it

$('..').fullCalendar({...})
Was this page helpful?
0 / 5 - 0 ratings