eugeneware / debowerify

A browserify transform to enable the easy use of bower components in browserify client javascript projects. This can be used in conjunction with deamdify to require AMD components from bower as well.
491 stars 51 forks source link

Don't filter files with .es6 extensions #74

Closed anicholson closed 8 years ago

anicholson commented 8 years ago

Lots of people use .es6 as their file extension to explicitly signal which version of ECMAScript they're supporting. But if the entrypoint passed to browserify is such a file, debowerify will ignore it even if it's been transformed through a transpiler first.

w4 commented 8 years ago

@eugeneware any chance this could be looked into?

eugeneware commented 8 years ago

Hi @anicholson - I've fixed this in 7eeabf2f69778a70a1c29cb7772589227c9cc41a and have published it as version 1.5.0.

anicholson commented 8 years ago

I had had a PR for this! :D #75 Glad it's fixed though :)