- Building Enterprise JavaScript Applications
- Daniel Li
- 25字
- 2021-07-23 16:31:11
@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.