Webpack
Webpack is a module bundler. It uses a dependency graph to figure out how to
bundle assets based on an entry point like index.js.
Integration
- Can be configured via a JS module called
webpack.config.js webpackshould be set to thebuildcommand inside thepackage.json- Non-JS Files need loaders to pre-process file types, e.g.
css-loader - Rules need to be defined in
webpack.config.jsto match files to loaders