mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-18 10:07:02 +00:00
ui: minimal webpack 4 build w/ proxy & hot reload
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import './main.css'
|
||||
import { Elm } from './Main.elm'
|
||||
import registerServiceWorker from './registerServiceWorker'
|
||||
import registerMonitorPorts from './registerMonitor'
|
||||
|
||||
// App startup.
|
||||
@@ -39,5 +38,3 @@ function sessionObject() {
|
||||
app.ports.windowTitle.subscribe(function (title) {
|
||||
document.title = title
|
||||
})
|
||||
|
||||
registerServiceWorker()
|
||||
|
||||
Reference in New Issue
Block a user