Skip to content

Commit

Permalink
refactor: disable service worker (#757)
Browse files Browse the repository at this point in the history
One more step towards #749.

License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
  • Loading branch information
hacdias authored Aug 20, 2018
1 parent 95ea3c7 commit 290021a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { Provider } from 'redux-bundler-react'
import './index.css'
import 'react-virtualized/styles.css'
import App from './App'
import registerServiceWorker from './registerServiceWorker'
import getStore from './bundles'

ReactDOM.render(
Expand All @@ -14,5 +13,3 @@ ReactDOM.render(
<App />
</IntlProvider>
</Provider>, document.getElementById('root'))

registerServiceWorker()

0 comments on commit 290021a

Please sign in to comment.