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:
Michcio 2022-07-26 18:07:49 +02:00
parent 93d81bd695
commit 49d861c6e6

View file

@ -47,10 +47,8 @@ export default defineConfig(({ command, mode }) => {
build: {
target: [
'chrome100',
'firefox100',
'safari15',
'es2017',
'firefox103',
'safari16',
],
manifest: 'manifest.json',
rollupOptions: {