6 ms·
Skip the require vs browserify debate and use https://github.com/webpack/webpack https://github.com/webpack/webpack. Allows for amd commonjs and almost any oth
by pfrrp 13y ago
Skip the require vs browserify debate and use https://github.com/webpack/webpack https://github.com/webpack/webpack.
Allows for amd commonjs and almost any other format around. With gulp and grunt plugins!
- pedalpete 13y agoI've been messing around with require.js and browserify all day, but I don't really LOVE either solution for a large angular app. I'm going to give webpack a try. Thanks
- mikewhy 13y agoOur team is using Brunch on an Angular app and the proper module system on top of Angular's "module" system does indeed feel wrong.