ui: set build target to chrome 60

pull/329/head
undefined 3 years ago
parent 3ec549ee9c
commit 0a5d2104d6

@ -23,6 +23,9 @@ const build = esbuild.buildSync({
outdir: tmpdir(),
splitting: false,
write: false,
target: [
'chrome60',
],
minify: !process.env.DEV,
});
if (build.errors.length) console.error(build.errors);

@ -1,6 +1,6 @@
{
"name": "@hydrooj/ui-default",
"version": "4.34.24",
"version": "4.34.25",
"author": "undefined <i@undefined.moe>",
"license": "AGPL-3.0",
"main": "hydro.js",

Loading…
Cancel
Save