We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f1cce0 commit 215f454Copy full SHA for 215f454
lib/commands/debug.ts
@@ -66,10 +66,6 @@ export class DebugPlatformCommand extends ValidatePlatformCommandBase implements
66
this.$errors.fail("--release flag is not applicable to this command");
67
}
68
69
- if (this.$options.hmr && this.$options.debugBrk) {
70
- this.$errors.fail("--debug-brk and --hmr flags cannot be combined");
71
- }
72
-
73
const minSupportedWebpackVersion = this.$options.hmr ? LiveSyncCommandHelper.MIN_SUPPORTED_WEBPACK_VERSION_WITH_HMR : null;
74
this.$bundleValidatorHelper.validate(minSupportedWebpackVersion);
75
0 commit comments