We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf4d667 commit bb3a696Copy full SHA for bb3a696
lib/controllers/run-controller.ts
@@ -759,6 +759,15 @@ export class RunController extends EventEmitter implements IRunController {
759
// IMPORTANT: keep the same instance as we rely on side effects
760
_.assign(liveSyncResultInfo, fullLiveSyncResultInfo);
761
};
762
+ await this.$hooksService.executeBeforeHooks("watchAction", {
763
+ hookArgs: {
764
+ liveSyncResultInfo,
765
+ filesToSync,
766
+ allAppFiles,
767
+ isInHMRMode,
768
+ filesChangedEvent: data,
769
+ },
770
+ });
771
772
await this.refreshApplication(
773
projectData,
@@ -786,6 +795,13 @@ export class RunController extends EventEmitter implements IRunController {
786
795
);
787
796
}
788
797
798
+ await this.$hooksService.executeAfterHooks("watchAction", {
799
800
801
802
803
804
789
805
790
806
this.$logger.info(
791
807
util.format(
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments