Frontend
135 views
Webpack
Quick Definition
Module bundler for compiling and optimizing JS assets
Full Definition
A module bundler for JavaScript applications that compiles and optimizes assets.
Examples
module bundling, code splitting, loaders, plugins, tree shaking
Related Terms
vite
rollup
module-bundler
More Frontend Terms
Responsive Design
Making web pages render well on all devices
Flexbox
CSS layout module for one-dimensional item arrangement
Vue.js
Progressive JavaScript framework for user interfaces
Code Splitting
Breaking JS bundles into smaller chunks loaded on demand
Hydration
Process of attaching JS event handlers to server-rendered HTML
JavaScript
Programming language enabling interactive web content