- Building Enterprise JavaScript Applications
- Daniel Li
- 25字
- 2025-04-04 16:09:32
@babel/register
The @babel/cli package allows you to transpile source code ahead of time; on the other hand, @babel/register transpiles it at runtime.
The @babel/cli package allows you to transpile source code ahead of time; on the other hand, @babel/register transpiles it at runtime.