Skip to content

Commit

Permalink
Dev server configuration args
Browse files Browse the repository at this point in the history
  • Loading branch information
smarteist committed Sep 3, 2024
1 parent 59dac75 commit e5f9604
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ const devServerConfiguration = {
open: 'external',
hot: true, // Enable Hot Module Replacement (HMR)
liveReload: true, // Enable live reloading
reload: false,
watch: true,
notify: true,
reloadDelay: 0,
watchFiles: ['src/html/**/*.html'], // Watch HTML files
static: path.resolve(__dirname, 'dist'),
client: {
Expand Down

0 comments on commit e5f9604

Please sign in to comment.