How do I import FullCalendar on my React Project?
问题 I am getting TypeError: __webpack_require__.i(...) is not a function error when I am trying import FullCalendar from '@fullcalendar/react' on my project which is configured with webpack. I tried manipulating webpack.config.dev.js but couldn't figure out how to implement it in a right way. whenever I am trying to import any of the component from @fullcalendar it is throwing me the webpack error webpack.config.dev.js: import webpack from 'webpack'; import HtmlWebpackPlugin from 'html-webpack