parent
ed43369797
commit
6071e962f4
1 changed files with 5 additions and 0 deletions
|
@ -41,6 +41,11 @@ export default defineConfig(({ command, mode }) => {
|
|||
},
|
||||
|
||||
build: {
|
||||
target: [
|
||||
'chrome100',
|
||||
'firefox100',
|
||||
'safari15',
|
||||
],
|
||||
manifest: 'manifest.json',
|
||||
rollupOptions: {
|
||||
input: {
|
||||
|
|
Loading…
Reference in a new issue