git clone https://github.com/webdeveric/webpack-assets-manifest.git
cd webpack-assets-manifest
corepack enable
pnpm install --frozen-lockfile
Run tests
pnpm test
Run tests and generate a coverage report. Please keep the code coverage at 100%.
pnpm test:report
Pull requests are welcome. If you want to add a large feature or breaking change, please open an issue first so it can be discussed.