aklinker1 / vite-plugin-web-extension

Vite plugin for developing Chrome/Web Extensions
https://vite-plugin-web-extension.aklinker1.io/
MIT License
541 stars 47 forks source link

Investigate Caching Options #83

Closed aklinker1 closed 10 months ago

aklinker1 commented 1 year ago

Summary

I'd like to investigate some potential options for speeding up builds. With lots of entrypoints, projects can take quite a long time to build.

Is your feature request related to a bug/issue?

No

Additional Context

Spiritual successor to #39

aklinker1 commented 10 months ago

There doesn't appear to be any way to use Vite to improve caching. The only option is to cache the outputs manually inside a folder like node_modules/.vite-plugin-web-extension/cache