fix: add es2017
build target (#8931)
* remove top level awaits * add es2017 target * refactor: use setup and ref sugar
This commit is contained in:
parent
ae92378689
commit
ee9bb8286e
5 changed files with 409 additions and 407 deletions
|
@ -49,6 +49,7 @@ export default defineConfig(({ command, mode }) => {
|
|||
'chrome100',
|
||||
'firefox100',
|
||||
'safari15',
|
||||
'es2017',
|
||||
],
|
||||
manifest: 'manifest.json',
|
||||
rollupOptions: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue