@pwa/manifest-webpack-plugin

1.1.0 • Public • Published

pwa-manifest-webpack-plugin

webpack plugin for generating PWA manifest.

Install

npm install --save-dev pwa-manifest-webpack-plugin

Usase

const PWAManifestWebpackPlugin = require('@pwa/manifest-webpack-plugin');

module.exports = {
  ...
  plugins: [
    new PWAManifestWebpackPlugin({
      ...customManifestConfigs
    })
  ]
}

License

MIT @ Jimmy Moon

Readme

Keywords

none

Package Sidebar

Install

npm i @pwa/manifest-webpack-plugin

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

5.7 kB

Total Files

17

Last publish

Collaborators

  • lukeed
  • ragingwind