1+ /******/ ( ( ) => { // webpackBootstrap
2+ /******/ var __webpack_modules__ = ( {
3+
4+ /***/ "./src/import1.scss" :
5+ /*!**************************!*\
6+ !*** ./src/import1.scss ***!
7+ \**************************/
8+ /***/ ( ( ) => {
9+
10+ /* extracted by HTMLBundler CSSLoader */
11+
12+ /***/ } ) ,
13+
14+ /***/ "./src/import2.scss" :
15+ /*!**************************!*\
16+ !*** ./src/import2.scss ***!
17+ \**************************/
18+ /***/ ( ( ) => {
19+
20+ /* extracted by HTMLBundler CSSLoader */
21+
22+ /***/ } ) ,
23+
24+ /***/ "./src/import3.scss?inline" :
25+ /*!*********************************!*\
26+ !*** ./src/import3.scss?inline ***!
27+ \*********************************/
28+ /***/ ( ( ) => {
29+
30+ /* extracted by HTMLBundler CSSLoader */
31+
32+ /***/ } )
33+
34+ /******/ } ) ;
35+ /************************************************************************/
36+ /******/ // The module cache
37+ /******/ var __webpack_module_cache__ = { } ;
38+ /******/
39+ /******/ // The require function
40+ /******/ function __webpack_require__ ( moduleId ) {
41+ /******/ // Check if module is in cache
42+ /******/ var cachedModule = __webpack_module_cache__ [ moduleId ] ;
43+ /******/ if ( cachedModule !== undefined ) {
44+ /******/ return cachedModule . exports ;
45+ /******/ }
46+ /******/ // Create a new module (and put it into the cache)
47+ /******/ var module = __webpack_module_cache__ [ moduleId ] = {
48+ /******/ // no module.id needed
49+ /******/ // no module.loaded needed
50+ /******/ exports : { }
51+ /******/ } ;
52+ /******/
53+ /******/ // Execute the module function
54+ /******/ __webpack_modules__ [ moduleId ] ( module , module . exports , __webpack_require__ ) ;
55+ /******/
56+ /******/ // Return the exports of the module
57+ /******/ return module . exports ;
58+ /******/ }
59+ /******/
60+ /************************************************************************/
61+ /******/ /* webpack/runtime/compat get default export */
62+ /******/ ( ( ) => {
63+ /******/ // getDefaultExport function for compatibility with non-harmony modules
64+ /******/ __webpack_require__ . n = ( module ) => {
65+ /******/ var getter = module && module . __esModule ?
66+ /******/ ( ) => ( module [ 'default' ] ) :
67+ /******/ ( ) => ( module ) ;
68+ /******/ __webpack_require__ . d ( getter , { a : getter } ) ;
69+ /******/ return getter ;
70+ /******/ } ;
71+ /******/ } ) ( ) ;
72+ /******/
73+ /******/ /* webpack/runtime/define property getters */
74+ /******/ ( ( ) => {
75+ /******/ // define getter functions for harmony exports
76+ /******/ __webpack_require__ . d = ( exports , definition ) => {
77+ /******/ for ( var key in definition ) {
78+ /******/ if ( __webpack_require__ . o ( definition , key ) && ! __webpack_require__ . o ( exports , key ) ) {
79+ /******/ Object . defineProperty ( exports , key , { enumerable : true , get : definition [ key ] } ) ;
80+ /******/ }
81+ /******/ }
82+ /******/ } ;
83+ /******/ } ) ( ) ;
84+ /******/
85+ /******/ /* webpack/runtime/hasOwnProperty shorthand */
86+ /******/ ( ( ) => {
87+ /******/ __webpack_require__ . o = ( obj , prop ) => ( Object . prototype . hasOwnProperty . call ( obj , prop ) )
88+ /******/ } ) ( ) ;
89+ /******/
90+ /******/ /* webpack/runtime/make namespace object */
91+ /******/ ( ( ) => {
92+ /******/ // define __esModule on exports
93+ /******/ __webpack_require__ . r = ( exports ) => {
94+ /******/ if ( typeof Symbol !== 'undefined' && Symbol . toStringTag ) {
95+ /******/ Object . defineProperty ( exports , Symbol . toStringTag , { value : 'Module' } ) ;
96+ /******/ }
97+ /******/ Object . defineProperty ( exports , '__esModule' , { value : true } ) ;
98+ /******/ } ;
99+ /******/ } ) ( ) ;
100+ /******/
101+ /************************************************************************/
102+ var __webpack_exports__ = { } ;
103+ // This entry need to be wrapped in an IIFE because it need to be in strict mode.
104+ ( ( ) => {
105+ "use strict" ;
106+ /*!**********************!*\
107+ !*** ./src/index.js ***!
108+ \**********************/
109+ __webpack_require__ . r ( __webpack_exports__ ) ;
110+ /* harmony import */ var _import1_scss__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__ ( /*! ./import1.scss */ "./src/import1.scss" ) ;
111+ /* harmony import */ var _import1_scss__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/ __webpack_require__ . n ( _import1_scss__WEBPACK_IMPORTED_MODULE_0__ ) ;
112+ /* harmony import */ var _import2_scss__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__ ( /*! ./import2.scss */ "./src/import2.scss" ) ;
113+ /* harmony import */ var _import2_scss__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/ __webpack_require__ . n ( _import2_scss__WEBPACK_IMPORTED_MODULE_1__ ) ;
114+ /* harmony import */ var _import3_scss_inline__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__ ( /*! ./import3.scss?inline */ "./src/import3.scss?inline" ) ;
115+ /* harmony import */ var _import3_scss_inline__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/ __webpack_require__ . n ( _import3_scss_inline__WEBPACK_IMPORTED_MODULE_2__ ) ;
116+ // These two imports are not included in the bundled css when running `webpack --mode development`.
117+ // However, they are included in the bundled css when running `webpack --mode production`.
118+
119+
120+
121+ // This css is always properly inlined in the HTML file.
122+ // Interestingly, if you comment this line out, then it fixes the issue with thea above imports
123+ // (they will be properly included in the bundled css in development mode).
124+
125+
126+ console . log ( "Hello World!" ) ;
127+
128+ } ) ( ) ;
129+
130+ /******/ } ) ( )
131+ ;
0 commit comments