StarkShang / vite-plugin-chrome-extension

A vite plugin to bundle chrome extensions for Manifest V3.
MIT License
460 stars 68 forks source link

feat: enable outputOptions for *FileNames #25

Open lqs469 opened 2 years ago

lqs469 commented 2 years ago

Allow custom to override the chunkFileNames, assetsFileNames, entryFileNames for outputOptions by options from configuration.

korzhanov commented 2 years ago

@StarkShang check this pr please