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
2 parents 4eefcdf + 9e044fc commit f0dd576
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 @@ -138,7 +138,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 @@ -136,7 +136,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 f0dd576

Please sign in to comment.