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 e943540 commit fd36b72Copy full SHA for fd36b72
template/build/dev-client.js
@@ -2,7 +2,7 @@
2
3
/* eslint-disable */
4
require('eventsource-polyfill')
5
-const hotClient = require('webpack-hot-middleware/client?noInfo=true&reload=true')
+var hotClient = require('webpack-hot-middleware/client?noInfo=true&reload=true')
6
7
hotClient.subscribe(function (event) {
8
if (event.action === 'reload') {
0 commit comments