aklinker1 / vite-plugin-web-extension

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

feat!: Add support for Vite 5 #150

Closed aklinker1 closed 7 months ago

aklinker1 commented 7 months ago

This closes #149.

There is one breaking change in this PR: CSS files are no longer built in library mode. Instead, they're built as a rollup input. Vite 5 includes some changes that change the output path of these files, so your final output directory might change if you list CSS files in your manifest or additionalInputs.

Todo

aklinker1 commented 7 months ago

Released v4.0.0-alpha1