mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 14:58:25 -04:00
also migrated SASS to latest syntax (via dart-sass) and vastly simplified light/dark theme logic
25 lines
457 B
JSON
25 lines
457 B
JSON
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"include": [
|
|
"transform-arrow-functions",
|
|
"transform-block-scoping",
|
|
"transform-template-literals"
|
|
],
|
|
"useBuiltIns": "entry",
|
|
"corejs": 3
|
|
}
|
|
],
|
|
[
|
|
"minify",
|
|
{
|
|
"removeConsole": true,
|
|
// https://github.com/babel/minify/issues/904#issuecomment-424367995
|
|
"builtIns": false
|
|
}
|
|
]
|
|
]
|
|
}
|