Skip to content

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

Open
alexander-akait wants to merge 4 commits into
mainfrom
claude/webpack-app-creation-eqhi64
Open

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

feat(create-webpack-app): ask how TypeScript should be compiled

606178d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 27, 2026 in 1s

94.78% (+1.40%) compared to a2418aa

View this Pull Request on Codecov

94.78% (+1.40%) compared to a2418aa

Details

Codecov Report

❌ Patch coverage is 98.24561% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 94.78%. Comparing base (a2418aa) to head (606178d).

Files with missing lines Patch % Lines
.../create-webpack-app/src/generators/init/default.ts 98.52% 1 Missing ⚠️
...es/create-webpack-app/src/generators/init/react.ts 98.14% 1 Missing ⚠️
...s/create-webpack-app/src/generators/init/svelte.ts 98.07% 1 Missing ⚠️
...ages/create-webpack-app/src/generators/init/vue.ts 98.07% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4836      +/-   ##
==========================================
+ Coverage   93.37%   94.78%   +1.40%     
==========================================
  Files          14       14              
  Lines        5407     5391      -16     
  Branches      790      799       +9     
==========================================
+ Hits         5049     5110      +61     
+ Misses        356      280      -76     
+ Partials        2        1       -1     
Files with missing lines Coverage Δ
packages/create-webpack-app/src/index.ts 97.10% <100.00%> (-0.07%) ⬇️
.../create-webpack-app/src/generators/init/default.ts 97.63% <98.52%> (+4.43%) ⬆️
...es/create-webpack-app/src/generators/init/react.ts 97.58% <98.14%> (+10.54%) ⬆️
...s/create-webpack-app/src/generators/init/svelte.ts 97.39% <98.07%> (+11.18%) ⬆️
...ages/create-webpack-app/src/generators/init/vue.ts 97.66% <98.07%> (+10.10%) ⬆️

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...606178d. 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.