Open krasnovmv opened 4 years ago
Node v14.5.0 Yarn v.1.22.4
When i update package to 2.8.1-0 version, structure of node_modules directory changed Before: node_modules vue-full-calendar fullcalendar
After: node_modules vue-full-calendar node_modules fullcalendar
So, previous code with direct import of fullcalendar package will be incorrect. I think, need to pay attention
The latest releases have been to fix versions of the fullcalendar and jquery dependencies as it seems like that the latest version of these packages have broken this package.
fullcalendar
jquery
Node v14.5.0 Yarn v.1.22.4
When i update package to 2.8.1-0 version, structure of node_modules directory changed Before: node_modules vue-full-calendar fullcalendar
After: node_modules vue-full-calendar node_modules fullcalendar
So, previous code with direct import of fullcalendar package will be incorrect. I think, need to pay attention