Skip to content

Commit

Permalink
Aggregate timeout 0
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Mar 22, 2021
1 parent 9cbd76e commit 7a06af9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ const config: Configuration = {
contentBase: resolve(__dirname, 'dist'),
compress: true,
hot: true,
port: 1227,
watchOptions: { aggregateTimeout: 1500 }
port: 1227
}
};

Expand Down

0 comments on commit 7a06af9

Please sign in to comment.