Especially including Firefox ESR
This commit is contained in:
parent
7ae1f0c106
commit
b5f1a80b4a
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
@ -2,7 +2,7 @@
|
|||
"name": "mmk2410.org",
|
||||
"description": "Website running at mmk2410.org",
|
||||
"scripts": {
|
||||
"build": "esbuild assets/src/main.css --bundle --minify --loader:.woff2=dataurl --outdir=assets/build/"
|
||||
"build": "esbuild assets/src/main.css --target=chrome125,firefox115,safari16 --bundle --minify --loader:.woff2=dataurl --outdir=assets/build/"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in a new issue