Bugfixes + Potential iOS Webtoon Reader Fix (#2651)

This commit is contained in:
Joe Milazzo 2024-01-25 14:07:36 -06:00 committed by GitHub
parent 88aad6be32
commit 53e59ac97f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@
"build": "npm run cache-langs && ng build", "build": "npm run cache-langs && ng build",
"minify-langs": "node minify-json.js", "minify-langs": "node minify-json.js",
"cache-langs": "node hash-localization.js", "cache-langs": "node hash-localization.js",
"prod": "ng build --configuration production && npm run minify-langs && npm run cache-langs", "prod": "npm run cache-langs && ng build --configuration production && npm run minify-langs && npm run cache-langs",
"explore": "ng build --stats-json && webpack-bundle-analyzer dist/stats.json", "explore": "ng build --stats-json && webpack-bundle-analyzer dist/stats.json",
"lint": "ng lint", "lint": "ng lint",
"e2e": "ng e2e" "e2e": "ng e2e"
@ -80,4 +80,4 @@
"typescript": "^5.2.2", "typescript": "^5.2.2",
"webpack-bundle-analyzer": "^4.10.1" "webpack-bundle-analyzer": "^4.10.1"
} }
} }