Aaron

Results 17 comments of Aaron

@filips123 It was intentional at the time to prevent people from accidentally causing file conflicts, but it has been reported several times, so I think I'll make it configurable. Should...

Alright, working on this now, but a couple of comments: > The first problem is that my custom fileNames patterns are not respected for all files (CSS files are still...

I can look into supporting changing the output config, but what reason do you have changing it? It looks like your just trying to obfuscate the files? The plugin automatically...

Ah I see, that makes sense for a private extension. I'll look into supporting this. For now, you'll have to write a script that runs after your build that calculates...

Hmm, interesting. I've never tried using the `build` call directly, but I would have expected it to work just fine.

I probably won't have time to work on this, I'm really focused on WXT right now.

@FarazFKhan There's a TLDR at the bottom. The main difference is that `vite-plugin-web-extension` is a vite plugin that operates with Vite's limited plugin lifecycle, whereas WXT is a framework build...