1.0.0-alpha.2 • Published 7 years ago
overpack v1.0.0-alpha.2
Overpack
Build multiple Webpack configurations in parallel.
Installation
# NPM
npm install --save-dev overpack
# Yarn
yarn add -D overpackBasic Usage
In order to build multiple configurations in parallel, your Webpack config must export an array of configurations to build (or a function that returns an array). Then, instead of running the Webpack CLI to build, simply run Overpack instead:
overpack path/to/webpack.config.jsBy default, Overpack will look for webpack.config.js in the current working directory.
1.0.0-alpha.2
7 years ago
1.0.0-alpha.1
7 years ago