terpiljenya / import-glob

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

add support for additional es6 import syntax #1

Closed mathiasarmstrong closed 8 years ago

mathiasarmstrong commented 8 years ago

I added support for the syntax 'import [filename]' syntax. The process will import the files for their side effects, as per the ex6 syntax. please let me know if there is different format you would prefer for this change

terpiljenya commented 8 years ago

Thank you for your contribution