UNPKG

html-minifier-loader

Version:

Webpack loader that minifies HTML by [html-minifier](https://github.com/kangax/html-minifier)

31 lines (30 loc) 728 B
{ "name": "html-minifier-loader", "version": "1.4.1", "keywords": [ "html-minifier", "webpack", "loader" ], "description": "Webpack loader that minifies HTML by [html-minifier](https://github.com/kangax/html-minifier)", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/sapics/html-minifier-loader" }, "author": "sapics", "license": "MIT", "bugs": { "url": "https://github.com/sapics/html-minifier-loader/issues" }, "homepage": "https://github.com/sapics/html-minifier-loader", "dependencies": { "loader-utils": "^1.1.0" }, "files": [ "index.js" ], "peerDependencies": { "html-minifier": "*" } }