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 e04a5b5 commit 8cc768bCopy full SHA for 8cc768b
template/.electron-vue/dev-client.js
@@ -3,10 +3,14 @@ const hotClient = require('webpack-hot-middleware/client?noInfo=true&reload=true
3
hotClient.subscribe(event => {
4
/**
5
* Reload browser when HTMLWebpackPlugin emits a new index.html
6
+ *
7
+ * Currently disabled until jantimon/html-webpack-plugin#680 is resolved.
8
+ * https://github.com/SimulatedGREG/electron-vue/issues/437
9
+ * https://github.com/jantimon/html-webpack-plugin/issues/680
10
*/
- if (event.action === 'reload') {
- window.location.reload()
- }
11
+ // if (event.action === 'reload') {
12
+ // window.location.reload()
13
+ // }
14
15
16
* Notify `mainWindow` when `main` process is compiling,
0 commit comments