parent
ed43369797
commit
6071e962f4
|
@ -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 New Issue