In the context of static module bundling, 'static' refers to the fact that the bundling process is performed ahead of time, during the build phase, rather than dynamically or at runtime. This is a key aspect of tools like Webpack, Parcel, and Rollup that generate optimized bundles for applications.