{"library":"webpack-webmanifest-loader","type":"library","category":null,"description":"A minimalistic webpack loader that generates Web App Manifest files (webmanifest) and processes icon URLs with cache busting. It requires webpack 5.1+ and has zero runtime dependencies. Unlike plugins that generate manifests separately, this loader integrates into webpack's module graph, allowing icons to be processed through the asset module pipeline. Version 2.0.2 is the latest stable release, with the package renamed from webpack-webmanifest-plugin in v2.0.1. Release cadence is sporadic, with no updates since late 2021. Key differentiators: zero dependencies, content hash support for icons, and simple configuration.","language":"javascript","status":"active","version":"2.0.2","tags":["javascript"],"last_verified":"Sat Apr 25","install":[{"cmd":"npm install webpack-webmanifest-loader","imports":["module.exports = { module: { rules: [ { test: /\\.webmanifest$/i, use: 'webpack-webmanifest-loader', type: 'asset/resource' } ] } }"]},{"cmd":"yarn add webpack-webmanifest-loader","imports":[]},{"cmd":"pnpm add webpack-webmanifest-loader","imports":[]}],"homepage":null,"github":"https://github.com/usmanyunusov/webpack-webmanifest-loader","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/webpack-webmanifest-loader","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}