Skip to content

Move copy-webpack-plugin to devDependencies#565

Closed
franco-zalamena-iterable wants to merge 1 commit intoIterable:mainfrom
franco-zalamena-iterable:fix/528-move-copy-webpack-to-devdeps
Closed

Move copy-webpack-plugin to devDependencies#565
franco-zalamena-iterable wants to merge 1 commit intoIterable:mainfrom
franco-zalamena-iterable:fix/528-move-copy-webpack-to-devdeps

Conversation

@franco-zalamena-iterable
Copy link
Copy Markdown

@franco-zalamena-iterable franco-zalamena-iterable commented Apr 7, 2026

Summary

  • Move copy-webpack-plugin from dependencies to devDependencies
  • It is only used in webpack.dev.config.js during development

Test plan

  • Verify dev build still works
  • Verify production build still works

🤖 Generated with Claude Code

copy-webpack-plugin is only used in webpack.dev.config.js during
development and should not be a production dependency.

Fixes Iterable#528

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.45%. Comparing base (190a168) to head (e049325).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #565   +/-   ##
=======================================
  Coverage   74.45%   74.45%           
=======================================
  Files          57       57           
  Lines        2736     2736           
  Branches      798      814   +16     
=======================================
  Hits         2037     2037           
+ Misses        698      658   -40     
- Partials        1       41   +40     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 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.

@franco-zalamena-iterable franco-zalamena-iterable deleted the fix/528-move-copy-webpack-to-devdeps branch April 8, 2026 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants