Bugfixes + Potential iOS Webtoon Reader Fix (#2653)

This commit is contained in:
Joe Milazzo 2024-01-25 15:31:17 -06:00 committed by GitHub
parent 17a4815bb9
commit d54564b75a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,3 @@
const fs = require('fs');
fs.writeFileSync('./i18n-cache-busting.json', JSON.stringify({}));

View File

@ -7,7 +7,8 @@
"build": "npm run cache-langs && ng build",
"minify-langs": "node minify-json.js",
"cache-langs": "node hash-localization.js",
"prod": "npm run cache-langs && ng build --configuration production && npm run minify-langs && npm run cache-langs",
"cache-langs-prime": "node hash-localization-prime.js",
"prod": "npm run cache-langs-prime && ng build --configuration production && npm run minify-langs && npm run cache-langs",
"explore": "ng build --stats-json && webpack-bundle-analyzer dist/stats.json",
"lint": "ng lint",
"e2e": "ng e2e"