babel plugin mark console:为控制台添加文件名标记 源码
#为console添加文件名前缀 // test.js console . log ( 'test' ) //transform =>> console . log ( 'test.js:' , 'test' )
下载地址
用户评论