Revert change

This commit is contained in:
Chewbacca 2023-03-20 16:08:29 -04:00
parent 4a6433433f
commit 8b478c939a

View file

@ -41,9 +41,9 @@ ready(() => {
root.render(<Soapbox />);
// if (BuildConfig.NODE_ENV === 'production') {
// avoid offline in dev mode because it's harder to debug
// https://github.com/NekR/offline-plugin/pull/201#issuecomment-285133572
OfflinePluginRuntime.install();
// }
if (BuildConfig.NODE_ENV === 'production') {
// avoid offline in dev mode because it's harder to debug
// https://github.com/NekR/offline-plugin/pull/201#issuecomment-285133572
OfflinePluginRuntime.install();
}
});