Skip to content

Commit

Permalink
Merge pull request #105 from zhenhappy/master
Browse files Browse the repository at this point in the history
fix Es6 code issue.
  • Loading branch information
jeffposnick committed Nov 14, 2017
2 parents f972fc9 + fd36b72 commit 99acbac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/build/dev-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/* eslint-disable */
require('eventsource-polyfill')
const hotClient = require('webpack-hot-middleware/client?noInfo=true&reload=true')
var hotClient = require('webpack-hot-middleware/client?noInfo=true&reload=true')

hotClient.subscribe(function (event) {
if (event.action === 'reload') {
Expand Down

0 comments on commit 99acbac

Please sign in to comment.