Add hot-update files for layout and webpack with eval-source-map configuration
- Created multiple hot-update JavaScript files for app layout and webpack. - Each file includes a warning about the use of "eval-source-map" for development purposes. - Added source mapping for CSS files in the app layout. - Generated corresponding hot-update JSON files to manage module updates.
This commit is contained in:
@@ -192,7 +192,7 @@
|
||||
/******/
|
||||
/******/ /* webpack/runtime/getFullHash */
|
||||
/******/ !function() {
|
||||
/******/ __webpack_require__.h = function() { return "904051da550a6daf"; }
|
||||
/******/ __webpack_require__.h = function() { return "056e6b2a157b801b"; }
|
||||
/******/ }();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/global */
|
||||
|
||||
Reference in New Issue
Block a user