Code used in production is different from development code. In production, you need to build packages that run fast, manage dependencies, automate tasks, load external modules, and more. Tools that make it possible to turn development code into production code are called build tools.
Tooling
Exploring technical writing, DevOps practices, and cloud architecture through detailed guides and tutorials.
Categories
All Postsweb-development (8)javascript (6)react (5)go (4)platformsh (4)networking (2)cloud (2)review (2)automation (2)django (2)tooling (2)apis (2)linux (1)database (1)cilium (1)devops (1)opensource (1)building (1)nextjs (1)blackfire (1)python (1)gatsby (1)drupal (1)career (1)devrel (1)advocacy (1)nodejs (1)cloudfoundry (1)music (1)api (1)workflow (1)styling (1)css (1)hooks (1)software-engineering (1)webpack (1)hacks (1)github (1)gitlab (1)
webpack is a static module bundler for modern JavaScript applications. When webpack processes your application, it internally builds a [dependency graph](https://webpack.js.org/concepts/dependency-graph/) which maps every module your project needs and generates one or more bundles