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:
@@ -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: {
|
||||
|
Reference in New Issue
Block a user