ismaelga / react-json-editor

A dynamic form component for react using JSON-Schema.
https://ismaelga.github.io/react-json-editor
MIT License
225 stars 42 forks source link

Port improvements from react-component-boilerplate #5

Open bebraw opened 8 years ago

bebraw commented 8 years ago

I did the initial webpack configuration for this project. Since then I've managed to evolve it a lot. If there's interest, you can try porting the changes from my boilerplate. This will drop the Markdown loader, add isomorphic loader, simplify webpack configuration (single file) etc.

ismaelga commented 8 years ago

I would prefer a simpler webpack config but it's not something that's bothering me right now. I might do something about it when I have to.

bebraw commented 8 years ago

Ok, cool. That's one of those things I tried to achieve with the boilerplate. It uses a single file for webpack setup (unless you count testing) so it's easier to maintain and follow.