Hops Build Config

JSON →
library 10.4.6 ·javascript maintenance
verified Jun 4, 2026

hops-build-config is a Webpack and Babel configuration package for the Hops framework (v10.4.6). It provides three default Webpack configs: build (production), develop (dev server), and node (SSR). Configs can be extended via hops-config options or overridden with custom files using webpack-merge. Includes Babel presets (env, react) and plugins (class-properties, dynamic-import), PostCSS with cssnext and CSS Modules, and file loaders. Hops is developed by XING and targets universal React applications. It is semantically versioned but mature; releases have slowed. Compared to react-scripts or next.js, it offers lower-level control while still providing sensible defaults.