Skip to content

ragingwind/pwa-manifest-webpack-plugin

Repository files navigation

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

About

webpack plugin for Progressive web apps manifest

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published