Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/addons/hmr.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ export default class extends Addon {
config.devServer = config.devServer || {}
config.devServer.hot = true
`;
ctx.runTimes = 1;
}
}
2 changes: 1 addition & 1 deletion lib/scenarios/build-plugin.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const WARMUP_BUILDS = 10;
const TOTAL_BUILDS = 20;
const TOTAL_BUILDS = 100;

function checkIsLazyCompilation(options) {
if (options.lazyCompilation) {
Expand Down