olahol / reactpack

:package: build your react apps with one command and one `npm i`.
982 stars 36 forks source link

Custom additional babelrc? #19

Closed meghprkh closed 8 years ago

meghprkh commented 8 years ago

Hello can you support a custom babelrc? This babelrc should only add to the default presets. This is useful in cases when we need to add an additional babel plugin (like decorators) or we need to use preact instead of react and thus want to use h instead of React.createElement

olahol commented 8 years ago

This has now been added in version 0.6.0, it will look for a local .babelrc and merge that with reactpacks babel settings. Thank you @meghprkh.

meghprkh commented 8 years ago

Thanks and keep up the awesome work!