webpack
#webpack

1.1K followers·594 articles
webpack is a module bundler. It takes modules with dependencies and generates static assets representing those modules. Some of its specialities include : Code Splitting, Loaders, Clever parsing and Rich Plugin system. - Webpack website