Commit 8bd49935 authored by Vadym Gidulian's avatar Vadym Gidulian

Fixed multiple page reloads

parent c44ee3db
...@@ -9,6 +9,7 @@ module.exports = { ...@@ -9,6 +9,7 @@ module.exports = {
files: [ files: [
'./dist/**/*.{css,html,htm,js,php}' './dist/**/*.{css,html,htm,js,php}'
], ],
reloadDebounce: 500,
server: { server: {
baseDir: 'dist', baseDir: 'dist',
middleware: { middleware: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment