Please enable JavaScript.
Coggle requires JavaScript to display documents.
Webpack (Core Concepts (Entry (entry point, indicates where to begin…
Webpack
Core Concepts
Entry
entry point
indicates where to begin building
Output
tells webpack where to emit bundles
tells how to name the created bundles
Loaders
allows to process other types of files and convert them into valid modules
Plugins
can leverage and perform a wider range of tasks
bundle optimizations
asset management
injection of environment variables
Mode
enable webpack's built-in optimization that corresponds to each environment
environments
development
production
(default)
none
Browser Compatibility
static module bundler