4 comments (4 comments)6 reactions (6 reactions)0 assignees (0 assignees)TypeScript1,985 forks (1,985 forks)batch import
good first issueimportant
Repository metrics
- Stars
- 26,602 stars (26,602 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
The bundle size for Editor.js after building is very large. Maybe removing some of the unnecessary parts of code or lazy loading some of the modules could help.
Current bundle size:
Contributor guide
- Research direction
- Analyze the bundle with webpack bundle analyzer, identify large dependencies, and implement lazy loading or removal of unnecessary code.
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Performance
- Prerequisites
- None