@skyrpex/manifest-webpack-plugin

3.1.0 • Public • Published

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'),
  ],
};

Readme

Keywords

Package Sidebar

Install

npm i @skyrpex/manifest-webpack-plugin

Weekly Downloads

1

Version

3.1.0

License

MIT

Last publish

Collaborators

  • skyrpex