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.
Image loading...Webpack action details
Jarek Dylewski
Customer Support
A journalist and an SEO specialist trying to find himself in the unforgiving world of coders. Gamer, a non-fiction literature fan and obsessive carnivore. Jarek uses his talents to convert the programming lingo into a cohesive and approachable narration.