Revert change
This commit is contained in:
parent
4a6433433f
commit
8b478c939a
1 changed files with 5 additions and 5 deletions
|
@ -41,9 +41,9 @@ ready(() => {
|
||||||
|
|
||||||
root.render(<Soapbox />);
|
root.render(<Soapbox />);
|
||||||
|
|
||||||
// if (BuildConfig.NODE_ENV === 'production') {
|
if (BuildConfig.NODE_ENV === 'production') {
|
||||||
// avoid offline in dev mode because it's harder to debug
|
// avoid offline in dev mode because it's harder to debug
|
||||||
// https://github.com/NekR/offline-plugin/pull/201#issuecomment-285133572
|
// https://github.com/NekR/offline-plugin/pull/201#issuecomment-285133572
|
||||||
OfflinePluginRuntime.install();
|
OfflinePluginRuntime.install();
|
||||||
// }
|
}
|
||||||
});
|
});
|
Loading…
Reference in a new issue