-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: include full webpack output in snapshots
- Loading branch information
1 parent
9c60961
commit 094642b
Showing
51 changed files
with
3,419 additions
and
637 deletions.
There are no files selected for viewing
86 changes: 86 additions & 0 deletions
86
src/__tests__/fixtures/asset-tag/__snapshots__/webpack4/browser--other.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
86 changes: 86 additions & 0 deletions
86
src/__tests__/fixtures/asset-tag/__snapshots__/webpack4/browser--test_wUwF.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
86 changes: 86 additions & 0 deletions
86
src/__tests__/fixtures/asset-tag/__snapshots__/webpack4/server--main.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
src/__tests__/fixtures/asset-tag/__snapshots__/webpack5/browser--other.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
53 changes: 20 additions & 33 deletions
53
src/__tests__/fixtures/asset-tag/__snapshots__/webpack5/browser--test_wUwF.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,28 @@ | ||
/******/ (() => { // webpackBootstrap | ||
/******/ var __webpack_modules__ = ({ | ||
|
||
/***/ "./components/webpack-assets/index.marko?hydrate": | ||
/*!*******************************************************!*\ | ||
!*** ./components/webpack-assets/index.marko?hydrate ***! | ||
\*******************************************************/ | ||
/***/ (() => { | ||
|
||
|
||
|
||
/***/ }), | ||
|
||
/***/ "./src/__tests__/fixtures/asset-tag/test.marko?browser-entry": | ||
/******/ "use strict"; | ||
/******/ // The require scope | ||
/******/ var __webpack_require__ = {}; | ||
/******/ | ||
/************************************************************************/ | ||
/******/ /* webpack/runtime/make namespace object */ | ||
/******/ (() => { | ||
/******/ // define __esModule on exports | ||
/******/ __webpack_require__.r = (exports) => { | ||
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { | ||
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); | ||
/******/ } | ||
/******/ Object.defineProperty(exports, '__esModule', { value: true }); | ||
/******/ }; | ||
/******/ })(); | ||
/******/ | ||
/************************************************************************/ | ||
var __webpack_exports__ = {}; | ||
/*!*******************************************************************!*\ | ||
!*** ./src/__tests__/fixtures/asset-tag/test.marko?browser-entry ***! | ||
\*******************************************************************/ | ||
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { | ||
|
||
"use strict"; | ||
__webpack_require__.r(__webpack_exports__); | ||
/* harmony import */ var _test_marko_hydrate__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./test.marko?hydrate */ "./src/__tests__/fixtures/asset-tag/test.marko?hydrate"); | ||
|
||
window.$initComponents && $initComponents(); | ||
|
||
|
||
/***/ }), | ||
|
||
/***/ "./src/__tests__/fixtures/asset-tag/test.marko?hydrate": | ||
/*!*************************************************************!*\ | ||
!*** ./src/__tests__/fixtures/asset-tag/test.marko?hydrate ***! | ||
\*************************************************************/ | ||
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { | ||
|
||
"use strict"; | ||
__webpack_require__.r(__webpack_exports__); | ||
/* harmony import */ var _components_webpack_assets_index_marko_hydrate__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../components/webpack-assets/index.marko?hydrate */ "./components/webpack-assets/index.marko?hydrate"); | ||
/* harmony import */ var _components_webpack_assets_index_marko_hydrate__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_components_webpack_assets_index_marko_hydrate__WEBPACK_IMPORTED_MODULE_0__); | ||
|
||
|
||
/***/ }) | ||
/******/ })() | ||
; |
Oops, something went wrong.