benoitvallon / react-native-nw-react-calculator

Mobile, desktop and website Apps with the same code
MIT License
5.21k stars 864 forks source link

Build improvements #13

Open srgpqt opened 8 years ago

srgpqt commented 8 years ago

Webpack has builtin functionality to do pretty much everything the Gruntfile does ; it makes no sense to use two different tools that do the same thing.

These commits rectify most of that situation.

benoitvallon commented 8 years ago

Thank you, that's a very interesting (and big) PR full of improvements.

I had a look at your modifications and here are the few details I found.

Then I have some open questions:

I really like the way you reorganized the webpack config files, it makes the whole thing cleaner and easier. What you did with the package.web.json is a very good idea too. And I am glad that very soon I won't have the npm warnings about those peer deps ;)

Impressive work.