Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion lib/src/watch.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const { getPropOr } = require('crocks/helpers/')
const { watchingDirs, eventNotification } = require('./messages')
const { build, buildIsReload, updateToWatching } = require('./build')
const { sendMessage, sendCompilingMessage } = require('./start')
const { inArray, debounce, update, noop } = require('./utils')
const { inArray, update, noop } = require('./utils')

/*
|-------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion lib/src/websocket.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// The following 20 lines are from https://github.com/klazuka/elm-hot/blob/master/test/client.js#L40
var myDisposeCallback = null
var myDisposeCallback = function () {};

// simulate the HMR api exposed by webpack
var module = {
Expand Down