1. 首页
  2. 数据库
  3. 其它
  4. babel plugin mark console:为控制台添加文件名标记 源码

babel plugin mark console:为控制台添加文件名标记 源码

上传者: 2021-02-22 04:19:19上传 ZIP文件 1.77KB 热度 5次
#为console添加文件名前缀 // test.js console . log ( 'test' ) //transform =>> console . log ( 'test.js:' , 'test' )
下载地址
用户评论