3.1.0 • Published 7 years ago

@skyrpex/manifest-webpack-plugin v3.1.0

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

Manifest Webpack plugin

Installation

npm install @skyrpex/manifest-webpack-plugin

Usage

// webpack.config.js
import ManifestPlugin from '@skyrpex/manifest-webpack-plugin';

export default {
  // ...
  plugins: [
    new ManifestPlugin('path/to/manifest.json'),
  ],
};