webpack-combine-manifest-plugin
v1.0.2
Published
Combine multiple manifest.json files
Downloads
2
Readme
webpack-combine-manifest-plugin
This is not an official plugin
✈ Getting Started
npm install --save-dev webpack-combine-manifest-plugin
⚙ Configuration
{
// For same properties, the last json takes precedence
from: ['path/to/manifest_a.json', 'path/to/manifest_b.json', ...],
to: 'path/to/manifest_c.json'
}