Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(webpack): print file name and location in webpack warnings
Example: ``` hops-demo:warning Should not import the named export 'config' (imported as 'config') from default-exporting module (only default export is available soon) (../../../../node_modules/something/main.js:8:4-10) hops-demo:warning Critical dependency: the request of a dependency is an expression (./src/main.js:36:0-12) ```
- Loading branch information