es6 debug webstorm:如何在Webstorm中调试ES6(使用gulp) 源码
在WebStorm中调试ES6 简短的提醒自己如何在ES6的WebStorm中进行调试。 如果它也对您有帮助,那就太好了! ;-) 使用的文件夹结构: root |-- src |-- index.js |-- sample.js .babelrc gulpfile.babel.js package.json .babelrc内容: { "presets" : [ "es2015" ] } 下面描述的设置使用gulp 3.x将ES6文件(包括源映射)转换为ES5,然后可以在WebStorm中使用它们调试ES6。 注意: gulp 4.0发布后,必须进行一些更改,而gu
文件列表
es6-debug-webstorm-master.zip
(预估有个20文件)
es6-debug-webstorm-master
.gitignore
1KB
.babelrc
26B
package.json
550B
src
index.js
120B
sample.js
92B
dist
index.js
174B
sample.js
402B
暂无评论