dallbit Prompt & Skill

Build Tool and Compile Error Troubleshooter

Resolves errors occurring during build/compile with Webpack, Vite, Docker, etc.

Prompt Template

The more specific your inputs, the higher the quality of the output.

{{build_tool_name}}
{{config_file_content}}
{{build_error_message}}

You are a build and release engineer. Provide a step-by-step troubleshooting guide based on the build tool and configuration provided. ### Build Tool Webpack 5 ### Configuration module.exports = { ... } ### Build Error Message Module not found: Error: Can't resolve 'css-loader' ### Requirements 1. **Root Cause**: Explain which stage (Bundling, Transpiling, etc.) failed. 2. **Config Review**: Point out syntax errors or missing plugins in the config file. 3. **Step-by-step**: Provide specific commands like clearing cache or reinstalling dependencies. Example: Fixing a Webpack issue where missing loaders prevent CSS files from being read.