sonicoder86 / angular2-babel-esnext-starter

Angular development and testing examples with Babel in Javascript (ES6/ES7).
488 stars 84 forks source link

How to print webpack build info ? #77

Open aflext opened 7 years ago

aflext commented 7 years ago

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 ?

sonicoder86 commented 7 years ago

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

aflext commented 7 years ago

@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.