aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-06-11 23:28:25 +0800
committercrupest <crupest@outlook.com>2020-06-11 23:28:25 +0800
commitcab7a278030af214f0503fa705d2015661a9ac4d (patch)
treeed109801378b768f12eb7e22b77d98f48609679a /Timeline/ClientApp/src
parent64c4376ed388af106c1de5ec8bd1d1743950a27e (diff)
downloadtimeline-cab7a278030af214f0503fa705d2015661a9ac4d.tar.gz
timeline-cab7a278030af214f0503fa705d2015661a9ac4d.tar.bz2
timeline-cab7a278030af214f0503fa705d2015661a9ac4d.zip
build(front): Not use service worker in development mode.
Diffstat (limited to 'Timeline/ClientApp/src')
-rw-r--r--Timeline/ClientApp/src/app/index.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/Timeline/ClientApp/src/app/index.tsx b/Timeline/ClientApp/src/app/index.tsx
index ff874c45..086bd6e8 100644
--- a/Timeline/ClientApp/src/app/index.tsx
+++ b/Timeline/ClientApp/src/app/index.tsx
@@ -13,5 +13,3 @@ import './i18n';
import App from './App';
ReactDOM.render(<App />, document.getElementById('app'));
-
-import './service-worker';