1
0
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:
James Hillyerd
2018-11-16 22:49:50 -08:00
parent fe20854173
commit 284dd70bc6
6 changed files with 87 additions and 23 deletions

View File

@@ -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()