arthurbergmz / webpack-pwa-manifest

Progressive Web App Manifest Generator for Webpack, with auto icon resizing and fingerprinting support.
MIT License
514 stars 94 forks source link

Allow configuring the JSON.stringify space option #142

Open haykam821 opened 3 years ago

haykam821 commented 3 years ago

This pull request adds the space option to the options, which sets the space option used for the JSON.stringify call. To maintain backwards compatibility, it defaults to 2. This option is useful for generating minified manifests.