We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e981f35 commit 6d0de3dCopy full SHA for 6d0de3d
hot-reloader.js
@@ -34,7 +34,7 @@ class HotReloader extends Emitter {
34
this.socket.on('connect', () => {
35
d('hot reload connected to watcher on ', backendUrl)
36
this.socket.emit('identification', navigator.userAgent)
37
- this.socket.emit('package.json', null, function (pjson) {
+ this.socket.emit('package.json', function (pjson) {
38
// self.pjson = pjson // maybe needed in the future?
39
self.jspmConfigFile = pjson.jspm.configFile || 'config.js'
40
})
0 commit comments