Skip to content

Commit

Permalink
Merge pull request #15372 from 7rulnik/default-aggregate-timeout
Browse files Browse the repository at this point in the history
Core: Fix double rebuilds by removing aggregateTimeout
  • Loading branch information
shilman committed Jul 2, 2021
1 parent d72f884 commit 9b4ab8d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion lib/builder-webpack4/src/preview/iframe-webpack.config.ts
Expand Up @@ -130,7 +130,6 @@ export default async ({
publicPath: '',
},
watchOptions: {
aggregateTimeout: 10,
ignored: /node_modules/,
},
plugins: [
Expand Down
1 change: 0 additions & 1 deletion lib/builder-webpack5/src/preview/iframe-webpack.config.ts
Expand Up @@ -129,7 +129,6 @@ export default async ({
logging: 'error',
},
watchOptions: {
aggregateTimeout: 10,
ignored: /node_modules/,
},
ignoreWarnings: [
Expand Down
1 change: 0 additions & 1 deletion lib/manager-webpack4/src/manager-webpack.config.ts
Expand Up @@ -68,7 +68,6 @@ export default async ({
publicPath: '',
},
watchOptions: {
aggregateTimeout: 2000,
ignored: /node_modules/,
},
plugins: [
Expand Down
1 change: 0 additions & 1 deletion lib/manager-webpack5/src/manager-webpack.config.ts
Expand Up @@ -68,7 +68,6 @@ export default async ({
publicPath: '',
},
watchOptions: {
aggregateTimeout: 2000,
ignored: /node_modules/,
},
plugins: [
Expand Down

0 comments on commit 9b4ab8d

Please sign in to comment.