
January 31, 2017
New action: Webpack
Tidy up your code with the Webpack module bundler! Webpack is a JavaScript bundler which helps manage modules with dependencies and transform them into static assets
Webpack is a JavaScript bundler which helps manage modules with dependencies and transform them into static assets. Easy-to-use and incredibly configurable, it creates a graph of the app's dependencies so that you know what can be bundled and in what order.
Webpack allows to split code into smaller parts which can be loaded asynchronically on demand. This feature is useful to keep the loading times short which is especially important for large projects. The tool's functionality can be extended by the use of loaders that allow you to write custom tasks performed during the bundle.
Webpack action details
Share:

Alexander Kus
Customer Success Manager