Skip to content

Commit 4a9ffd8

Browse files
committed
update examples
1 parent 3c77f03 commit 4a9ffd8

File tree

42 files changed

+1400
-1338
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1400
-1338
lines changed

examples/aggressive-merging/README.md

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -65,44 +65,44 @@ Version: webpack next
6565
Asset Size Chunks Chunk Names
6666
0.chunk.js 5.65 KiB 0 [emitted]
6767
1.chunk.js 405 bytes 1 [emitted]
68-
pageB.bundle.js 7.22 KiB 2 [emitted] pageB
69-
pageA.bundle.js 7.21 KiB 3 [emitted] pageA
70-
pageC.bundle.js 7.01 KiB 4 [emitted] pageC
68+
pageC.bundle.js 7.01 KiB 2 [emitted] pageC
69+
pageB.bundle.js 7.22 KiB 3 [emitted] pageB
70+
pageA.bundle.js 7.2 KiB 4 [emitted] pageA
7171
Entrypoint pageA = pageA.bundle.js
7272
Entrypoint pageB = pageB.bundle.js
7373
Entrypoint pageC = pageC.bundle.js
74-
chunk {0} 0.chunk.js 5.42 KiB {2} {3} [rendered]
75-
> aggressive-merge [3] ./pageA.js 1:0-3:2
74+
chunk {0} 0.chunk.js 5.42 KiB {3} {4} [rendered]
75+
> aggressive-merge [5] ./pageA.js 1:0-3:2
7676
> aggressive-merge [4] ./pageB.js 1:0-3:2
7777
[2] ./common.js 5.42 KiB {0} [built]
78-
amd require ./common [3] ./pageA.js 1:0-3:2
7978
amd require ./common [4] ./pageB.js 1:0-3:2
80-
chunk {1} 1.chunk.js 42 bytes {4} [rendered]
81-
> [5] ./pageC.js 1:0-3:2
82-
[0] ./a.js 21 bytes {1} {3} [built]
83-
cjs require ./a [3] ./pageA.js 2:8-22
84-
amd require ./a [5] ./pageC.js 1:0-3:2
85-
[1] ./b.js 21 bytes {1} {2} [built]
79+
amd require ./common [5] ./pageA.js 1:0-3:2
80+
chunk {1} 1.chunk.js 42 bytes {2} [rendered]
81+
> [3] ./pageC.js 1:0-3:2
82+
[0] ./b.js 21 bytes {1} {3} [built]
83+
cjs require ./b [3] ./pageC.js 2:17-31
8684
cjs require ./b [4] ./pageB.js 2:8-22
87-
cjs require ./b [5] ./pageC.js 2:17-31
88-
chunk {2} pageB.bundle.js (pageB) 92 bytes [entry] [rendered]
85+
[1] ./a.js 21 bytes {1} {4} [built]
86+
amd require ./a [3] ./pageC.js 1:0-3:2
87+
cjs require ./a [5] ./pageA.js 2:8-22
88+
chunk {2} pageC.bundle.js (pageC) 70 bytes [entry] [rendered]
89+
> pageC [3] ./pageC.js
90+
[3] ./pageC.js 70 bytes {2} [built]
91+
single entry ./pageC pageC
92+
chunk {3} pageB.bundle.js (pageB) 92 bytes [entry] [rendered]
8993
> pageB [4] ./pageB.js
90-
[1] ./b.js 21 bytes {1} {2} [built]
94+
[0] ./b.js 21 bytes {1} {3} [built]
95+
cjs require ./b [3] ./pageC.js 2:17-31
9196
cjs require ./b [4] ./pageB.js 2:8-22
92-
cjs require ./b [5] ./pageC.js 2:17-31
93-
[4] ./pageB.js 71 bytes {2} [built]
97+
[4] ./pageB.js 71 bytes {3} [built]
9498
single entry ./pageB pageB
95-
chunk {3} pageA.bundle.js (pageA) 92 bytes [entry] [rendered]
96-
> pageA [3] ./pageA.js
97-
[0] ./a.js 21 bytes {1} {3} [built]
98-
cjs require ./a [3] ./pageA.js 2:8-22
99-
amd require ./a [5] ./pageC.js 1:0-3:2
100-
[3] ./pageA.js 71 bytes {3} [built]
99+
chunk {4} pageA.bundle.js (pageA) 92 bytes [entry] [rendered]
100+
> pageA [5] ./pageA.js
101+
[1] ./a.js 21 bytes {1} {4} [built]
102+
amd require ./a [3] ./pageC.js 1:0-3:2
103+
cjs require ./a [5] ./pageA.js 2:8-22
104+
[5] ./pageA.js 71 bytes {4} [built]
101105
single entry ./pageA pageA
102-
chunk {4} pageC.bundle.js (pageC) 70 bytes [entry] [rendered]
103-
> pageC [5] ./pageC.js
104-
[5] ./pageC.js 70 bytes {4} [built]
105-
single entry ./pageC pageC
106106
```
107107

108108
## Production mode
@@ -113,42 +113,42 @@ Version: webpack next
113113
Asset Size Chunks Chunk Names
114114
0.chunk.js 115 bytes 0 [emitted]
115115
1.chunk.js 118 bytes 1 [emitted]
116-
pageB.bundle.js 1.69 KiB 2 [emitted] pageB
117-
pageA.bundle.js 1.69 KiB 3 [emitted] pageA
118-
pageC.bundle.js 1.67 KiB 4 [emitted] pageC
116+
pageC.bundle.js 1.67 KiB 2 [emitted] pageC
117+
pageB.bundle.js 1.69 KiB 3 [emitted] pageB
118+
pageA.bundle.js 1.69 KiB 4 [emitted] pageA
119119
Entrypoint pageA = pageA.bundle.js
120120
Entrypoint pageB = pageB.bundle.js
121121
Entrypoint pageC = pageC.bundle.js
122-
chunk {0} 0.chunk.js 5.42 KiB {2} {3} [rendered]
123-
> aggressive-merge [3] ./pageA.js 1:0-3:2
122+
chunk {0} 0.chunk.js 5.42 KiB {3} {4} [rendered]
123+
> aggressive-merge [5] ./pageA.js 1:0-3:2
124124
> aggressive-merge [4] ./pageB.js 1:0-3:2
125125
[2] ./common.js 5.42 KiB {0} [built]
126-
amd require ./common [3] ./pageA.js 1:0-3:2
127126
amd require ./common [4] ./pageB.js 1:0-3:2
128-
chunk {1} 1.chunk.js 42 bytes {4} [rendered]
129-
> [5] ./pageC.js 1:0-3:2
130-
[0] ./a.js 21 bytes {1} {3} [built]
131-
cjs require ./a [3] ./pageA.js 2:8-22
132-
amd require ./a [5] ./pageC.js 1:0-3:2
133-
[1] ./b.js 21 bytes {1} {2} [built]
127+
amd require ./common [5] ./pageA.js 1:0-3:2
128+
chunk {1} 1.chunk.js 42 bytes {2} [rendered]
129+
> [3] ./pageC.js 1:0-3:2
130+
[0] ./b.js 21 bytes {1} {3} [built]
131+
cjs require ./b [3] ./pageC.js 2:17-31
134132
cjs require ./b [4] ./pageB.js 2:8-22
135-
cjs require ./b [5] ./pageC.js 2:17-31
136-
chunk {2} pageB.bundle.js (pageB) 92 bytes [entry] [rendered]
133+
[1] ./a.js 21 bytes {1} {4} [built]
134+
amd require ./a [3] ./pageC.js 1:0-3:2
135+
cjs require ./a [5] ./pageA.js 2:8-22
136+
chunk {2} pageC.bundle.js (pageC) 70 bytes [entry] [rendered]
137+
> pageC [3] ./pageC.js
138+
[3] ./pageC.js 70 bytes {2} [built]
139+
single entry ./pageC pageC
140+
chunk {3} pageB.bundle.js (pageB) 92 bytes [entry] [rendered]
137141
> pageB [4] ./pageB.js
138-
[1] ./b.js 21 bytes {1} {2} [built]
142+
[0] ./b.js 21 bytes {1} {3} [built]
143+
cjs require ./b [3] ./pageC.js 2:17-31
139144
cjs require ./b [4] ./pageB.js 2:8-22
140-
cjs require ./b [5] ./pageC.js 2:17-31
141-
[4] ./pageB.js 71 bytes {2} [built]
145+
[4] ./pageB.js 71 bytes {3} [built]
142146
single entry ./pageB pageB
143-
chunk {3} pageA.bundle.js (pageA) 92 bytes [entry] [rendered]
144-
> pageA [3] ./pageA.js
145-
[0] ./a.js 21 bytes {1} {3} [built]
146-
cjs require ./a [3] ./pageA.js 2:8-22
147-
amd require ./a [5] ./pageC.js 1:0-3:2
148-
[3] ./pageA.js 71 bytes {3} [built]
147+
chunk {4} pageA.bundle.js (pageA) 92 bytes [entry] [rendered]
148+
> pageA [5] ./pageA.js
149+
[1] ./a.js 21 bytes {1} {4} [built]
150+
amd require ./a [3] ./pageC.js 1:0-3:2
151+
cjs require ./a [5] ./pageA.js 2:8-22
152+
[5] ./pageA.js 71 bytes {4} [built]
149153
single entry ./pageA pageA
150-
chunk {4} pageC.bundle.js (pageC) 70 bytes [entry] [rendered]
151-
> pageC [5] ./pageC.js
152-
[5] ./pageC.js 70 bytes {4} [built]
153-
single entry ./pageC pageC
154154
```

examples/chunkhash/README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ module.exports = {
6363

6464
<!-- inlined minimized file "manifest.[chunkhash].js" -->
6565
<script>
66-
!function(e){function r(r){for(var n,u,i,s=r[0],l=r[1],p=r[2],f=0,d=[];f<s.length;f++)u=s[f],o[u]&&d.push(o[u][0]),o[u]=0;for(n in l)Object.prototype.hasOwnProperty.call(l,n)&&(e[n]=l[n]);for(c&&c(r);d.length;)d.shift()();for(a.push.apply(a,p||[]),f=0;f<a.length;f++){for(var b=a[f],h=!0,v=1;v<b.length;v++){var g=b[v];0!==o[g]&&(h=!1)}h&&(a.splice(f--,1),i=t(t.s=b[0]))}return i}function t(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,t),o.l=!0,o.exports}var n={},o={4:0},a=[];t.e=function(e){var r=[],n=o[e];if(0!==n)if(n)r.push(n[2]);else{var a=new Promise(function(r,t){n=o[e]=[r,t]});r.push(n[2]=a);var u=document.getElementsByTagName("head")[0],c=document.createElement("script");c.charset="utf-8",c.timeout=12e4,t.nc&&c.setAttribute("nonce",t.nc),c.src=t.p+""+{0:"5bb7dd73af69328b52b2",1:"b8ec80633785d373ba39",2:"4940b8b48ba3c90e30eb",3:"7809203ce12a49ce1b59"}[e]+".js";var i=setTimeout(function(){s({type:"timeout",target:c})},12e4);c.onerror=c.onload=s;function s(r){c.onerror=c.onload=null,clearTimeout(i);var t=o[e];if(0!==t){if(t){var n=r&&("load"===r.type?"missing":r.type),a=r&&r.target&&r.target.src,u=new Error("Loading chunk "+e+" failed.\n("+n+": "+a+")");u.type=n,u.request=a,t[1](u)}o[e]=void 0}}u.appendChild(c)}return Promise.all(r)},t.m=e,t.c=n,t.d=function(e,r,n){t.o(e,r)||Object.defineProperty(e,r,{configurable:!1,enumerable:!0,get:n})},t.r=function(e){Object.defineProperty(e,"__esModule",{value:!0})},t.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(r,"a",r),r},t.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},t.p="js/",t.oe=function(e){throw console.error(e),e};var u=window.webpackJsonp=window.webpackJsonp||[],c=u.push.bind(u);u.push=r,u=u.slice();for(var i=0;i<u.length;i++)r(u[i])}([]);
66+
!function(e){function r(r){for(var n,c,i,f=r[0],s=r[1],l=r[2],p=0,d=[];p<f.length;p++)c=f[p],o[c]&&d.push(o[c][0]),o[c]=0;for(n in s)Object.prototype.hasOwnProperty.call(s,n)&&(e[n]=s[n]);for(u&&u(r);d.length;)d.shift()();for(a.push.apply(a,l||[]),p=0;p<a.length;p++){for(var h=a[p],v=!0,b=1;b<h.length;b++){var g=h[b];0!==o[g]&&(v=!1)}v&&(a.splice(p--,1),i=t(t.s=h[0]))}return i}function t(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,t),o.l=!0,o.exports}var n={},o={4:0},a=[];t.e=function(e){var r=[],n=o[e];if(0!==n)if(n)r.push(n[2]);else{var a=new Promise(function(r,t){n=o[e]=[r,t]});r.push(n[2]=a);var c=document.getElementsByTagName("head")[0],u=document.createElement("script");u.charset="utf-8",u.timeout=12e4,t.nc&&u.setAttribute("nonce",t.nc),u.src=t.p+""+{0:"8185f8fedd51fbf04bc0",1:"14705c2a71d10962ed38",2:"1519242a9cfe108cce80",3:"c44f731467b80dab588d"}[e]+".js";var i=setTimeout(function(){f({type:"timeout",target:u})},12e4);u.onerror=u.onload=f;function f(r){u.onerror=u.onload=null,clearTimeout(i);var t=o[e];if(0!==t){if(t){var n=r&&("load"===r.type?"missing":r.type),a=r&&r.target&&r.target.src,c=new Error("Loading chunk "+e+" failed.\n("+n+": "+a+")");c.type=n,c.request=a,t[1](c)}o[e]=void 0}}c.appendChild(u)}return Promise.all(r)},t.m=e,t.c=n,t.d=function(e,r,n){t.o(e,r)||Object.defineProperty(e,r,{configurable:!1,enumerable:!0,get:n})},t.r=function(e){Object.defineProperty(e,"__esModule",{value:!0})},t.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(r,"a",r),r},t.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},t.p="js/",t.oe=function(e){throw console.error(e),e};var c=window.webpackJsonp=window.webpackJsonp||[],u=c.push.bind(c);c.push=r,c=c.slice();for(var i=0;i<c.length;i++)r(c[i])}([]);
6767
</script>
6868

6969
<!-- optional when using the CommonChunkPlugin for vendor modules -->
@@ -179,32 +179,32 @@ chunk {4} manifest.[chunkhash].js (manifest) 0 bytes [entry] [rendered]
179179
Hash: 0a1b2c3d4e5f6a7b8c9d
180180
Version: webpack next
181181
Asset Size Chunks Chunk Names
182-
5bb7dd73af69328b52b2.js 78 bytes 0 [emitted]
183-
b8ec80633785d373ba39.js 78 bytes 1 [emitted]
184-
common.[chunkhash].js 154 bytes 2 [emitted] common
185-
main.[chunkhash].js 299 bytes 3 [emitted] main
182+
8185f8fedd51fbf04bc0.js 78 bytes 0 [emitted]
183+
14705c2a71d10962ed38.js 78 bytes 1 [emitted]
184+
common.[chunkhash].js 153 bytes 2 [emitted] common
185+
main.[chunkhash].js 300 bytes 3 [emitted] main
186186
manifest.[chunkhash].js 1.81 KiB 4 [emitted] manifest
187187
Entrypoint main = manifest.[chunkhash].js common.[chunkhash].js main.[chunkhash].js
188188
Entrypoint common = manifest.[chunkhash].js common.[chunkhash].js
189-
chunk {0} 5bb7dd73af69328b52b2.js 29 bytes {3} [rendered]
190-
> [1] ./example.js 4:0-18
191-
[4] ./async2.js 29 bytes {0} [built]
192-
import() ./async2 [1] ./example.js 4:0-18
193-
chunk {1} b8ec80633785d373ba39.js 29 bytes {3} [rendered]
194-
> [1] ./example.js 3:0-18
195-
[3] ./async1.js 29 bytes {1} [built]
196-
import() ./async1 [1] ./example.js 3:0-18
189+
chunk {0} 8185f8fedd51fbf04bc0.js 29 bytes {3} [rendered]
190+
> [2] ./example.js 4:0-18
191+
[3] ./async2.js 29 bytes {0} [built]
192+
import() ./async2 [2] ./example.js 4:0-18
193+
chunk {1} 14705c2a71d10962ed38.js 29 bytes {3} [rendered]
194+
> [2] ./example.js 3:0-18
195+
[4] ./async1.js 29 bytes {1} [built]
196+
import() ./async1 [2] ./example.js 3:0-18
197197
chunk {2} common.[chunkhash].js (common) 97 bytes {4} [initial] [rendered]
198-
> common [2] multi ./vendor
198+
> common [1] multi ./vendor
199199
[0] ./vendor.js 69 bytes {2} [built]
200200
[exports: default]
201-
harmony side effect evaluation ./vendor [1] ./example.js 1:0-30
202-
single entry ./vendor [2] multi ./vendor common:100000
203-
[2] multi ./vendor 28 bytes {2} [built]
201+
single entry ./vendor [1] multi ./vendor common:100000
202+
harmony side effect evaluation ./vendor [2] ./example.js 1:0-30
203+
[1] multi ./vendor 28 bytes {2} [built]
204204
multi entry
205205
chunk {3} main.[chunkhash].js (main) 90 bytes {2} [initial] [rendered]
206-
> main [1] ./example.js
207-
[1] ./example.js 90 bytes {3} [built]
206+
> main [2] ./example.js
207+
[2] ./example.js 90 bytes {3} [built]
208208
[no exports]
209209
single entry ./example main
210210
chunk {4} manifest.[chunkhash].js (manifest) 0 bytes [entry] [rendered]

examples/code-splitted-css-bundle/README.md

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -80,34 +80,34 @@ Version: webpack next
8080
Asset Size Chunks Chunk Names
8181
ce21cbdd9b894e6af794813eb3fdaf60.png 119 bytes [emitted]
8282
0.output.js 2.32 KiB 0 [emitted]
83-
output.js 21.6 KiB 1 [emitted] main
83+
output.js 21.7 KiB 1 [emitted] main
8484
style.css 71 bytes 1 [emitted] main
8585
Entrypoint main = output.js style.css
8686
chunk {0} 0.output.js 1.33 KiB {1} [rendered]
87-
> [0] ./example.js 2:0-20
88-
[4] ./chunk.js 26 bytes {0} [built]
89-
amd require ./chunk [0] ./example.js 2:0-20
90-
[5] ./style2.css 1020 bytes {0} [built]
91-
cjs require ./style2.css [4] ./chunk.js 1:0-23
92-
[6] (webpack)/node_modules/css-loader!./style2.css 236 bytes {0} [built]
93-
cjs require !!../../node_modules/css-loader/index.js!./style2.css [5] ./style2.css 4:14-78
94-
[7] ./image2.png 82 bytes {0} [built]
87+
> [1] ./example.js 2:0-20
88+
[2] ./chunk.js 26 bytes {0} [built]
89+
amd require ./chunk [1] ./example.js 2:0-20
90+
[5] ./image2.png 82 bytes {0} [built]
9591
cjs require ./image2.png [6] (webpack)/node_modules/css-loader!./style2.css 6:58-81
92+
[6] (webpack)/node_modules/css-loader!./style2.css 236 bytes {0} [built]
93+
cjs require !!../../node_modules/css-loader/index.js!./style2.css [7] ./style2.css 4:14-78
94+
[7] ./style2.css 1020 bytes {0} [built]
95+
cjs require ./style2.css [2] ./chunk.js 1:0-23
9696
chunk {1} output.js, style.css (main) 13.7 KiB [entry] [rendered]
97-
> main [0] ./example.js
98-
[0] ./example.js 48 bytes {1} [built]
97+
> main [1] ./example.js
98+
[1] ./example.js 48 bytes {1} [built]
9999
single entry .\example.js main
100-
[8] ./style.css 41 bytes [built]
100+
[10] ./style.css 41 bytes [built]
101101
+ 3 hidden modules
102102
Child extract-text-webpack-plugin ../../node_modules/extract-text-webpack-plugin/dist ../../node_modules/css-loader/index.js!style.css:
103103
1 asset
104104
Entrypoint undefined = extract-text-webpack-plugin-output-filename
105105
chunk {0} extract-text-webpack-plugin-output-filename 2.52 KiB [entry] [rendered]
106-
> [0] (webpack)/node_modules/css-loader!./style.css
107-
[0] (webpack)/node_modules/css-loader!./style.css 235 bytes {0} [built]
106+
> [2] (webpack)/node_modules/css-loader!./style.css
107+
[0] ./image.png 82 bytes {0} [built]
108+
cjs require ./image.png [2] (webpack)/node_modules/css-loader!./style.css 6:58-80
109+
[2] (webpack)/node_modules/css-loader!./style.css 235 bytes {0} [built]
108110
single entry !!(webpack)\node_modules\css-loader\index.js!.\style.css
109-
[2] ./image.png 82 bytes {0} [built]
110-
cjs require ./image.png [0] (webpack)/node_modules/css-loader!./style.css 6:58-80
111111
+ 1 hidden module
112112
```
113113

@@ -123,29 +123,29 @@ ce21cbdd9b894e6af794813eb3fdaf60.png 119 bytes [emitted]
123123
style.css 71 bytes 1 [emitted] main
124124
Entrypoint main = output.js style.css
125125
chunk {0} 0.output.js 1.33 KiB {1} [rendered]
126-
> [0] ./example.js 2:0-20
127-
[4] ./chunk.js 26 bytes {0} [built]
128-
amd require ./chunk [0] ./example.js 2:0-20
129-
[5] ./style2.css 1020 bytes {0} [built]
130-
cjs require ./style2.css [4] ./chunk.js 1:0-23
131-
[6] (webpack)/node_modules/css-loader!./style2.css 236 bytes {0} [built]
132-
cjs require !!../../node_modules/css-loader/index.js!./style2.css [5] ./style2.css 4:14-78
133-
[7] ./image2.png 82 bytes {0} [built]
126+
> [1] ./example.js 2:0-20
127+
[2] ./chunk.js 26 bytes {0} [built]
128+
amd require ./chunk [1] ./example.js 2:0-20
129+
[5] ./image2.png 82 bytes {0} [built]
134130
cjs require ./image2.png [6] (webpack)/node_modules/css-loader!./style2.css 6:58-81
131+
[6] (webpack)/node_modules/css-loader!./style2.css 236 bytes {0} [built]
132+
cjs require !!../../node_modules/css-loader/index.js!./style2.css [7] ./style2.css 4:14-78
133+
[7] ./style2.css 1020 bytes {0} [built]
134+
cjs require ./style2.css [2] ./chunk.js 1:0-23
135135
chunk {1} output.js, style.css (main) 13.7 KiB [entry] [rendered]
136-
> main [0] ./example.js
137-
[0] ./example.js 48 bytes {1} [built]
136+
> main [1] ./example.js
137+
[1] ./example.js 48 bytes {1} [built]
138138
single entry .\example.js main
139-
[8] ./style.css 41 bytes [built]
139+
[10] ./style.css 41 bytes [built]
140140
+ 3 hidden modules
141141
Child extract-text-webpack-plugin ../../node_modules/extract-text-webpack-plugin/dist ../../node_modules/css-loader/index.js!style.css:
142142
1 asset
143143
Entrypoint undefined = extract-text-webpack-plugin-output-filename
144144
chunk {0} extract-text-webpack-plugin-output-filename 2.52 KiB [entry] [rendered]
145-
> [0] (webpack)/node_modules/css-loader!./style.css
146-
[0] (webpack)/node_modules/css-loader!./style.css 235 bytes {0} [built]
145+
> [2] (webpack)/node_modules/css-loader!./style.css
146+
[0] ./image.png 82 bytes {0} [built]
147+
cjs require ./image.png [2] (webpack)/node_modules/css-loader!./style.css 6:58-80
148+
[2] (webpack)/node_modules/css-loader!./style.css 235 bytes {0} [built]
147149
single entry !!(webpack)\node_modules\css-loader\index.js!.\style.css
148-
[2] ./image.png 82 bytes {0} [built]
149-
cjs require ./image.png [0] (webpack)/node_modules/css-loader!./style.css 6:58-80
150150
+ 1 hidden module
151151
```

0 commit comments

Comments
 (0)