webpack-contrib/expose-loader

Exposing ES6 modules without the default property

stefanfrede opened this issue · 2 comments

Is there any news regarding exposing ES6 modules without the default property?

I searched now for quite some time, and the only thing I can find is the workaround with module.exports = ….

I think my code that I have open for review linked above solves this problem. I am not using it in production and it's my first webpack contribution, so use at your own risk.

A same problem #56. Will be fixed there.