Skip to content

Remove browserify dependency/bundler #7

@GrayedFox

Description

@GrayedFox

Project currently relies on browserify but it doesn't have to - the native extension way to "require" files is to break them up into content and background isolated logic and specify them in the manifest.json

  • would likely need to split the helpers file into smaller parts with dedicated content and background methods
  • would eliminate need to build/bundle files and make it easier to develop (can just watch and rebuild extension as normal)
  • good time to also restructure and refactor existing code base into distinct, modular parts

Metadata

Metadata

Assignees

Labels

choreRefactoring, maintenance, fine tuning, all that jazz

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions