babel / babel-brunch

Brunch plugin for Babel
ISC License
69 stars 38 forks source link

Readme: use JavaScript for the example config #32

Closed rstacruz closed 8 years ago

rstacruz commented 8 years ago

The sample config actually has a syntax error.

Also, I see most brunch plugins now encourage .js configuration over .coffee, so... here we go.

es128 commented 8 years ago

Just FYI - no syntax error in the original as coffeescript supports newline delimited array members without the comma.

But yes, this should be js at this point. Thanks for the PR.