名称 babel-plugin-source-map-support-Babel插件,可自动使堆栈跟踪源图知道 安装 $ npm install source-map-support --save $ npm install babel-plugin-source-map-support --save-dev 概要 $ cat test.js import foo from 'foo' ; import bar from 'bar' ; foo ( bar ) ; $ babel --plugins source-map-support test.js import 'source-ma