Skip to content

Commit 8303945

Browse files
committed
docs: Add windows info to multiple browser support page
1 parent 7b5bb37 commit 8303945

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/guide/supporting-multiple-browsers.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,15 @@ Executing `TARGET=chrome vite build` or `TARGET=firefox vite build` will result
109109

110110
:::
111111

112+
:::tip Windows Support
113+
`TARGET=firefox vite build` will not work on Windows. Install [`cross-env`](https://www.npmjs.com/package/cross-env) and run the following instead:
114+
115+
```sh
116+
cross-env TARGET=firefox vite build
117+
```
118+
119+
:::
120+
112121
## Dynamic Manifests
113122

114123
You can also set the plugin's [`manifest` option](/config/plugin-options#manifest) to a function, allowing you to generate your manifest from code. Additionally, you can pair this with the above manifest template to sync the manifest's `version` field with the `version` field in your `package.json`:

0 commit comments

Comments
 (0)