Skip to content

Commit be3efc0

Browse files
authored
stick to ES5
this file is not transpiled
1 parent 8bc554c commit be3efc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/build/dev-client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint-disable */
22
'use strict'
33
require('eventsource-polyfill')
4-
const hotClient = require('webpack-hot-middleware/client?noInfo=true&reload=true')
4+
var hotClient = require('webpack-hot-middleware/client?noInfo=true&reload=true')
55

66
hotClient.subscribe(function (event) {
77
if (event.action === 'reload') {

0 commit comments

Comments
 (0)