You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[feat] Add support for v1 and v2 in dev scripts (#112)
### TL;DR
Improved component build process and added support for v2 template structure.
### What changed?
- Added installation of the `build` package for PEP 517 support
- Reorganized replay files into v1 and v2 directories
- Added a new v2 template replay file for React + TypeScript components
### Why make this change?
The reorganization of replay files and addition of v2 template support prepares the codebase for the new component template structure, making it easier to maintain both v1 and v2 templates simultaneously.
0 commit comments