UNPKG

css-mangle-webpack-plugin

Version:

This webpack plugin package is a CSS mangler that globally optimizes and shortens identifier names.

39 lines (38 loc) 950 B
{ "name": "css-mangle-webpack-plugin", "description": "This webpack plugin package is a CSS mangler that globally optimizes and shortens identifier names.", "repository": "https://github.com/MTtankkeo/css-mangle-webpack-plugin", "author": "Dev Ttangkong", "version": "1.0.0-alpha18", "license": "MIT", "main": "./dist/index.js", "types": "./dist/types/index.d.ts", "type": "commonjs", "keywords": [ "css", "webpack", "webpack-plugin", "mangle", "mangler", "minimize", "minifier", "minify", "optimize", "potimizer", "jsx" ], "scripts": { "build": "tsc -p tsconfig.json", "watch": "tsc -p tsconfig.json --watch" }, "devDependencies": { "@types/colors": "^1.1.3", "@types/webpack": "^5.28.5", "ast-types": "^0.16.1", "typescript": "^5.5.4" }, "dependencies": { "colors": "^1.4.0", "recast": "^0.23.9" } }