Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

41 строка
1.3 KiB

  1. webpackHotUpdate("styles",{
  2. /***/ "./components/Header/HeaderHome.css":
  3. /*!******************************************!*\
  4. !*** ./components/Header/HeaderHome.css ***!
  5. \******************************************/
  6. /*! no static exports found */
  7. /***/ (function(module, exports, __webpack_require__) {
  8. // extracted by mini-css-extract-plugin;
  9. if (true) {
  10. var injectCss = function injectCss(prev, href) {
  11. var link = prev.cloneNode();
  12. link.href = href;
  13. link.onload = function() {
  14. prev.parentNode.removeChild(prev);
  15. };
  16. prev.stale = true;
  17. prev.parentNode.insertBefore(link, prev);
  18. };
  19. module.hot.dispose(function() {
  20. window.__webpack_reload_css__ = true;
  21. });
  22. if (window.__webpack_reload_css__) {
  23. module.hot.__webpack_reload_css__ = false;
  24. console.log("[HMR] Reloading stylesheets...");
  25. var prefix = document.location.protocol + '//' + document.location.host;
  26. document
  27. .querySelectorAll("link[href][rel=stylesheet]")
  28. .forEach(function(link) {
  29. if (!link.href.match(prefix) || link.stale) return;
  30. injectCss(link, link.href.split("?")[0] + "?unix=1634867147805");
  31. });
  32. }
  33. }
  34. /***/ })
  35. })
  36. //# sourceMappingURL=styles.65fdb163751a59ddee1d.hot-update.js.map