1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 19:21:18 -04:00

stop manually enabling babel/terser options for super old browsers

This commit is contained in:
2021-11-14 09:01:17 -05:00
parent fc6a6dd740
commit 52d2460275
7 changed files with 93 additions and 92 deletions

View File

@@ -84,10 +84,8 @@ export default {
[
"@babel/preset-env",
{
include: ["transform-arrow-functions", "transform-block-scoping", "transform-template-literals"],
bugfixes: true,
useBuiltIns: "entry",
corejs: 3,
useBuiltIns: "entry",
},
],
],
@@ -171,10 +169,7 @@ export default {
terserOptions: {
sourceMap: true,
compress: {
arrows: false,
drop_console: true,
negate_iife: false,
sequences: false,
passes: 3,
},
format: {