An open API service indexing awesome lists of open source software.

https://github.com/ragingwind/pwa-manifest-webpack-plugin

webpack plugin for Progressive web apps manifest
https://github.com/ragingwind/pwa-manifest-webpack-plugin

Last synced: 12 months ago
JSON representation

webpack plugin for Progressive web apps manifest

Awesome Lists containing this project

README

          

# pwa-manifest-webpack-plugin

> webpack plugin for generating PWA manifest.

# Install

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

# Usase

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

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

# License

MIT @ [Jimmy Moon](https://ragingwind.me)