olahol / reactpack

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

Additional webpack settings #20

Closed saidimu closed 8 years ago

saidimu commented 8 years ago

Is there a way to add custom settings to the default webpack confg? Something along the lines of what was just added for babelrc #19 ?

I'm looking for a way to add/override webpack loaders.

olahol commented 8 years ago

Not right now, but I will look into adding a search for webpack.config.js and if found merging it with reactpack's config.

olahol commented 8 years ago

Thank you @saidimu, in version 0.7.0 you can now add a custom webpack.config.js that will merge into reactpacks config.

https://github.com/olahol/reactpack#how-do-i-add-other-loaders