Skip to content

Commit

Permalink
Remove unused setupExtensionWatcher (#4904)
Browse files Browse the repository at this point in the history
### WHY are these changes introduced?

Removes the extension bundler watcher and its tests as they are no longer needed after migrating to the new AppWatcher flow.

### WHAT is this pull request doing?

Deletes `bundler.ts` and `bundler.test.ts` files which were responsible for watching and rebuilding extensions during development. This functionality has been replaced by the new AppWatcher flow.

### How to test your changes?
Nothing to test, this PR just removes dead code.

### Measuring impact

- [x] n/a - this doesn't need measurement, e.g. a linting rule or a bug-fix

### Checklist

- [x] I've considered possible cross-platform impacts (Mac, Linux, Windows)
- [x] I've considered possible [documentation](https://shopify.dev) changes
  • Loading branch information
isaacroldan authored Nov 25, 2024
2 parents 8a78cb3 + 6d55815 commit 50dba6a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 504 deletions.
386 changes: 0 additions & 386 deletions packages/app/src/cli/services/dev/extension/bundler.test.ts

This file was deleted.

Loading

0 comments on commit 50dba6a

Please sign in to comment.