Optimize bundle size, and drop its support for J2ME's Opera (layout doesn't support small screens anyway)

Signed-off-by: Egor Savkin <es@m-labs.hk>
pull/128/head
Egor Savkin 2024-03-21 15:44:18 +08:00
parent ee6da1b282
commit be50b2a3c3
2 changed files with 11 additions and 3 deletions

View File

@ -35,8 +35,16 @@
}, },
"babel": { "babel": {
"presets": [ "presets": [
"@babel/preset-env", "@babel/preset-react",
"@babel/preset-react" ["@babel/preset-env", {
"targets": {
"browsers": [
">0.25%",
"not dead",
"not op_mini all"
]
}
}]
] ]
} }
} }

File diff suppressed because one or more lines are too long