File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ if(module.hot) {
1717
1818 if ( ! updatedModules ) {
1919 console . warn ( "[HMR] Cannot find update. Need to do a full reload!" ) ;
20- console . warn ( "[HMR] (Propably because of restarting the webpack-dev-server)" )
20+ console . warn ( "[HMR] (Probably because of restarting the webpack-dev-server)" )
2121 window . location . reload ( ) ;
2222 return ;
2323 }
@@ -56,5 +56,5 @@ if(module.hot) {
5656 } ) ;
5757 console . log ( "[HMR] Waiting for update signal from WDS..." ) ;
5858} else {
59- throw new Error ( "[HMR] Hot Module Replacement is disabled" ) ;
59+ throw new Error ( "[HMR] Hot Module Replacement is disabled. " ) ;
6060}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ if(module.hot) {
1616
1717 if ( ! updatedModules ) {
1818 console . warn ( "[HMR] Cannot find update. Need to do a full reload!" ) ;
19- console . warn ( "[HMR] (Propably because of restarting the webpack-dev-server)" )
19+ console . warn ( "[HMR] (Probably because of restarting the webpack-dev-server)" )
2020 return ;
2121 }
2222
@@ -79,5 +79,5 @@ if(module.hot) {
7979 } ) ;
8080 console . log ( "[HMR] Waiting for update signal from WDS..." ) ;
8181} else {
82- throw new Error ( "[HMR] Hot Module Replacement is disabled" ) ;
82+ throw new Error ( "[HMR] Hot Module Replacement is disabled. " ) ;
8383}
You can’t perform that action at this time.
0 commit comments