Skip to content

Commit

Permalink
Live reload while developing
Browse files Browse the repository at this point in the history
  • Loading branch information
hkdobrev committed Oct 27, 2024
1 parent f9d5fd5 commit 2ac0367
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webpack/serve.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ module.exports = env => {
},
historyApiFallback: true,
port: 2000,
watchFiles: ['src/**/*'],
hot: true,
liveReload: true,
},
});
};

0 comments on commit 2ac0367

Please sign in to comment.