chore: 清理未使用的依赖
移除以下未使用的 npm 依赖: - fullcalendar(仅 CSS 引用,已删除相关 SCSS) - @splidejs/react-splide - @tanstack/react-virtual - @tippyjs/react - react-custom-scrollbars-2 - react-force-graph-3d - react-just-parallax - react-responsive - react-scroll-into-view - recharts - styled-components 同时清理: - craco.config.js 中的 @fullcalendar 分包配置 - SCSS 中的 fullcalendar 样式文件和 import
This commit is contained in:
@@ -74,9 +74,9 @@ module.exports = {
|
||||
priority: 20,
|
||||
reuseExistingChunk: true,
|
||||
},
|
||||
// 日期/日历库
|
||||
// 日期库
|
||||
calendar: {
|
||||
test: /[\\/]node_modules[\\/](dayjs|date-fns|@fullcalendar)[\\/]/,
|
||||
test: /[\\/]node_modules[\\/](dayjs|date-fns)[\\/]/,
|
||||
name: 'calendar-lib',
|
||||
priority: 18,
|
||||
reuseExistingChunk: true,
|
||||
|
||||
Reference in New Issue
Block a user