Skip to content

feat(create-webpack-app): stop asking about HTML and CSS - #4836

Open
alexander-akait wants to merge 1 commit into
mainfrom
claude/webpack-app-creation-eqhi64
Open

feat(create-webpack-app): stop asking about HTML and CSS#4836
alexander-akait wants to merge 1 commit into
mainfrom
claude/webpack-app-creation-eqhi64

feat(create-webpack-app): stop asking about HTML and CSS

3e984e0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 27, 2026 in 0s

93.87% (+0.49%) compared to a2418aa

View this Pull Request on Codecov

93.87% (+0.49%) compared to a2418aa

Details

Codecov Report

❌ Patch coverage is 55.55556% with 44 lines in your changes missing coverage. Please review.
✅ Project coverage is 93.87%. Comparing base (a2418aa) to head (3e984e0).

Files with missing lines Patch % Lines
...es/create-webpack-app/src/generators/init/react.ts 53.84% 12 Missing ⚠️
...s/create-webpack-app/src/generators/init/svelte.ts 50.00% 12 Missing ⚠️
...ages/create-webpack-app/src/generators/init/vue.ts 50.00% 12 Missing ⚠️
.../create-webpack-app/src/generators/init/default.ts 66.66% 8 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4836      +/-   ##
==========================================
+ Coverage   93.37%   93.87%   +0.49%     
==========================================
  Files          14       14              
  Lines        5407     5255     -152     
  Branches      790      773      -17     
==========================================
- Hits         5049     4933     -116     
+ Misses        356      321      -35     
+ Partials        2        1       -1     
Files with missing lines Coverage Δ
packages/create-webpack-app/src/index.ts 97.08% <100.00%> (-0.09%) ⬇️
.../create-webpack-app/src/generators/init/default.ts 92.63% <66.66%> (-0.56%) ⬇️
...es/create-webpack-app/src/generators/init/react.ts 91.01% <53.84%> (+3.97%) ⬆️
...s/create-webpack-app/src/generators/init/svelte.ts 90.18% <50.00%> (+3.97%) ⬆️
...ages/create-webpack-app/src/generators/init/vue.ts 91.35% <50.00%> (+3.79%) ⬆️

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a2418aa...3e984e0. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.