mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 11:23:09 +02:00
parent
ed43369797
commit
6071e962f4
1 changed files with 5 additions and 0 deletions
|
@ -41,6 +41,11 @@ export default defineConfig(({ command, mode }) => {
|
||||||
},
|
},
|
||||||
|
|
||||||
build: {
|
build: {
|
||||||
|
target: [
|
||||||
|
'chrome100',
|
||||||
|
'firefox100',
|
||||||
|
'safari15',
|
||||||
|
],
|
||||||
manifest: 'manifest.json',
|
manifest: 'manifest.json',
|
||||||
rollupOptions: {
|
rollupOptions: {
|
||||||
input: {
|
input: {
|
||||||
|
|
Loading…
Reference in a new issue