
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
ulka-plugin-minifier
Advanced tools
Plugin for ulka static site genrator to minify your static files.
Plugin for ulka static site genrator to minify your static files.
npm install ulka-plugin-minifier
Add ulka-plugin-minifier
to plugins array in ulka-config.js
// ulka-config.js
module.exports = {
...
plugins: [
...
"ulka-plugin-minifier",
],
}
To customize ulka-plugin-minifier
, you need to pass plugin as object to plugins array.
// ulka-config.js
module.exports = {
...
plugins: [
...
{
resolve: "ulka-plugin-minifier",
options: {
html: {
// options accepted by html-minifier-terser
},
css: {
// options accepted by clean-css
},
js: {
// options accpeted by terser@0.4.3
}
}
},
],
}
FAQs
Plugin for ulka static site genrator to minify your static files.
We found that ulka-plugin-minifier demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.