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
- Host: GitHub
- URL: https://github.com/ragingwind/pwa-manifest-webpack-plugin
- Owner: ragingwind
- License: mit
- Created: 2018-03-08T11:50:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-09T15:27:33.000Z (over 8 years ago)
- Last Synced: 2025-02-15T09:04:41.731Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 86.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
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)