terpiljenya / import-glob

ES6 import with glob patterns (preloader for Webpack)
57 stars 28 forks source link

feat: keep all imports in single line for correct debugger line numbering #3

Closed jmarceli closed 8 years ago

jmarceli commented 8 years ago

If imports are expanded into multiple lines then browser console output doesn't show correct line number. The easiest fix for this issue is to keep all generated code in one line.

terpiljenya commented 8 years ago

Thanks for your contribution

jmarceli commented 8 years ago

Thanks for this loader, it's really useful.