rowin1 / Pokemon-Showdown-Enhanced-Tooltips

Chrome Extension that enhances Pokemon Showdown tooltips
21 stars 10 forks source link

Merging Firefox + Chrome codebases? #23

Closed karllhughes closed 4 years ago

karllhughes commented 4 years ago

Just curious, but is this possible?

Maintaining two nearly identical versions of the codebase isn't ideal. I'm happy to dive into this, but haven't done any Firefox extension work before, so I'll just have to get into that.

rowin1 commented 4 years ago

I'm happy to consolidate into one codebase but there seems to be differences across the platforms that aren't able to be resolved with the difference in packages. Open to any solutions, though!

karllhughes commented 4 years ago

Dove in this weekend and got it working using Webpack. I realize it's a pretty significant restructuring, but it's the only way I know to handle this sort of thing.