Skip to content

Conversation

@willeastcott
Copy link
Contributor

This pull request primarily cleans up the project's development dependencies and build configuration by removing unused or unnecessary packages and plugins. It also adds a watch configuration to the Rollup build process to improve development workflow.

Dependency cleanup:

  • Removed several unused devDependencies from package.json, including @babel/eslint-parser, jszip, rollup-plugin-copy, rollup-plugin-import-css, and rollup-plugin-sourcemaps [1] [2].

Build configuration updates:

  • Removed the import and usage of rollup-plugin-sourcemaps from rollup.config.mjs [1] [2].
  • Added a watch option to the Rollup configuration to automatically rebuild when files in src/** change, improving the development experience.

@willeastcott willeastcott requested a review from Copilot January 4, 2026 20:21
@willeastcott willeastcott self-assigned this Jan 4, 2026
@willeastcott willeastcott added the bug Something isn't working label Jan 4, 2026
@willeastcott willeastcott merged commit 632bc63 into main Jan 4, 2026
8 checks passed
@willeastcott willeastcott deleted the rm-deps branch January 4, 2026 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant