sonicoder86 / angular2-babel-esnext-starter

Angular development and testing examples with Babel in Javascript (ES6/ES7).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to print webpack build info ?

aflext opened this issue · comments

Every time when webpack failed to build some files, it will take a lot of time for me to locate the bugs, so how to output the detail info of the building process ?

What kind of info you are interested in? Webpack doesnt print out where it failed?

@BlackSonic Sorry for late replying. I have encoutered many times the builded bundle.js missing some modules and i finally figured out it was because i wrote the wrong syntax.