This website requires JavaScript.
Explore
Help
Register
Sign In
Ling0925
/
buster
mirror of
https://github.com/buster-so/buster.git
Watch
1
Star
0
Fork
You've already forked buster
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4b21570145
buster
/
apps
/
web
/
src
/
components
/
ui
/
charts
/
BusterChartJS
/
index.ts
2 lines
49 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat: optimize web app bundle size - Fix Next.js config to enable bundle analyzer - Replace barrel file exports with explicit named exports for better tree-shaking - Create dynamic Chart.js component to reduce initial bundle size - Optimize icon library exports to only include commonly used icons - Update imports to use dynamic loading for Chart.js components Bundle analyzer reports generated showing optimization impact. Addresses BUS-1459. Co-Authored-By: nate@buster.so <nate@buster.so>
2025-07-20 00:19:11 +08:00
export
{
BusterChartJS
}
from
'./BusterChartJS'
;