diff options
author | Marc Rousavy <me@mrousavy.com> | 2025-02-17 07:31:40 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-17 07:31:40 -0800 |
commit | 326445d3af894080a5487b403e094000cda1f765 (patch) | |
tree | f761a9939aeb037b46036c01a35a001dfeb33a76 /app.config.js | |
parent | 40d05ac866a4783889f465458ffb5a02a169795a (diff) | |
download | voidsky-326445d3af894080a5487b403e094000cda1f765.tar.zst |
Make Android app start faster by disabling JS bundle compression (#7751)
* perf: Disable Android compression to speed up app startup * fix: Fix the gradle plugin
Diffstat (limited to 'app.config.js')
-rw-r--r-- | app.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app.config.js b/app.config.js index 2303a2a33..a778d5cf8 100644 --- a/app.config.js +++ b/app.config.js @@ -242,6 +242,7 @@ module.exports = function (config) { './plugins/withAndroidStylesAccentColorPlugin.js', './plugins/withAndroidSplashScreenStatusBarTranslucentPlugin.js', './plugins/withAndroidNoJitpackPlugin.js', + './plugins/withNoBundleCompression.js', './plugins/shareExtension/withShareExtensions.js', './plugins/notificationsExtension/withNotificationsExtension.js', './plugins/withAppDelegateReferrer.js', |