Closed RicBent closed 2 months ago
This PR adds the following plugin option:
bundleInfoJsonPath?: string
If set, the plugin will write a JSON file containing information about the built bundles to the specified path in the output directory. This can for example be useful for dynamically injecting content scripts/styles from background scripts.
Released in https://github.com/aklinker1/vite-plugin-web-extension/releases/tag/v4.2.0!
This PR adds the following plugin option:
If set, the plugin will write a JSON file containing information about the built bundles to the specified path in the output directory. This can for example be useful for dynamically injecting content scripts/styles from background scripts.