npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

@pwa/manifest-webpack-plugin

1.1.0

@ragingwind

npmRepoSnykSocket
Downloads:0
$ npm install @pwa/manifest-webpack-plugin
DailyWeeklyMonthlyYearly

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