Is it possible for Webpack to report the file name causing an error at runtime
In other words, it will report the an error thrown is coming from common.js bundle, which makes it hard to find the source. Is it possible to run webpack and have it NOT bundle anything just for testing or maybe have it report the original file name?
regards
Sean