webpack-config-validatorValidate JSON-exported webpack configuration files for structural issues, deprecated loaders/plugins, optimization gaps, and best practices. Use when auditin...
Install via ClawdBot CLI:
clawdbot install charlie-morrison/webpack-config-validatorGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 11, 2026
A startup prepares for a production release. The developer uses the validator with --mode production to catch missing content hashes, deprecated plugins, and optimization gaps, ensuring a fast and cacheable build.
An enterprise integrates the validator into a GitHub Actions workflow. Every pull request triggers a check that fails if errors or strict warnings exist, preventing broken configurations from reaching staging.
A team upgrades their webpack configuration. The validator flags deprecated loaders and plugins (e.g., ExtractTextPlugin, UglifyJsPlugin), guiding them to webpack 5 built-in replacements like asset modules and TerserPlugin.
A growing company onboards junior developers. Using the 'explain' command, new hires learn about each configuration rule and its importance, reducing future misconfigurations.
A contractor must follow strict security and performance guidelines. The validator enforces policies like no source maps in production and absolute path detection, providing a JSON report for compliance audits.
The tool is free under a permissive license. Revenue comes from offering paid support contracts, custom rule development, and integration assistance for enterprises.
A web-based dashboard provides visual reports and historical trend analysis of validations. Basic usage is free; advanced features like team collaboration, custom rules, and CI integrations are subscription-based.
The validator is part of a broader webpack performance audit service. Consultants use it to generate reports and actionable recommendations, charging a flat fee per audit or hourly.
💬 Integration Tip
Export your webpack config as JSON with 'node -e "console.log(JSON.stringify(require('./webpack.config.js')))" > config.json' before running the validator.
Scored May 11, 2026
Frontend development with React, Next.js, Tailwind CSS. Build landing pages, dashboards, forms, components. Responsive, accessible, performant UI.
Create distinctive, production-grade static sites with React, Tailwind CSS, and shadcn/ui — no mockups needed. Generates bold, memorable designs from plain text requirements with anti-AI-slop aesthetics, mobile-first responsive patterns, and single-file bundling. Use when building landing pages, marketing sites, portfolios, dashboards, or any static web UI. Supports both Vite (pure static) and Next.js (Vercel deploy) workflows.
Use when building UI with shadcn/ui components, Tailwind CSS layouts, form patterns with react-hook-form and zod, theming, dark mode, sidebar layouts, mobile navigation, or any shadcn component question.
Tailwind reference tool. Use when working with tailwind in frontend contexts.
A product creation skill based on the "Bee Website Builder" Open API. It is used to create a new product under a specified site language and product group, w...
A product update skill based on the "Bee Website Builder" Open API. It is used to update an existing product under a specified site language and supports upd...