Bugfix watcher function. Refresh bundler after adding and removing pages
This commit is contained in:
+1
-1
@@ -215,5 +215,5 @@ export type BundlerCTXMap = {
|
||||
export type GlobalHMRControllerObject = {
|
||||
controller: ReadableStreamDefaultController<string>;
|
||||
page_url: string;
|
||||
target_map: BundlerCTXMap;
|
||||
target_map?: BundlerCTXMap;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user