forked from FoundKeyGang/FoundKey
Trim the browser targets list in the transpilation config
I only use Safari (and sometimes Firefox, but not much), and I do not particularly care for visitors to my instance, so this is again an attempt at allowing the compiler to be more reckless wrt polyfilling to minimize generated code.
This commit is contained in:
parent
93d81bd695
commit
49d861c6e6
1 changed files with 2 additions and 4 deletions
|
@ -47,10 +47,8 @@ export default defineConfig(({ command, mode }) => {
|
|||
|
||||
build: {
|
||||
target: [
|
||||
'chrome100',
|
||||
'firefox100',
|
||||
'safari15',
|
||||
'es2017',
|
||||
'firefox103',
|
||||
'safari16',
|
||||
],
|
||||
manifest: 'manifest.json',
|
||||
rollupOptions: {
|
||||
|
|
Loading…
Reference in a new issue