6 ms·
After using browserify for a while now, I recently came across webpack (http://webpack.github.io/docs/what-is-webpack.html http://webpack.github.io/docs/what-is
by DEADB17 12y ago
After using browserify for a while now, I recently came across webpack (http://webpack.github.io/docs/what-is-webpack.html http://webpack.github.io/docs/what-is-webpack.html) which I'm finding more convenient and as efficient.
Advantages:
- requiring and pre-prosessing files other than js is easier
- ability to use AMD modules if you have to
- code splitting