@@ -162,16 +162,16 @@ body {
162162
163163```
164164Hash: 0a1b2c3d4e5f6a7b8c9d
165- Version: webpack next
165+ Version: webpack 4.0.0-alpha.1
166166 Asset Size Chunks Chunk Names
167167ce21cbdd9b894e6af794813eb3fdaf60.png 119 bytes [emitted]
168168 output.js 2.97 KiB 0 [emitted] main
169- style.css 69 bytes 0 [emitted] main
169+ style.css 67 bytes 0 [emitted] main
170170Entrypoint main = output.js style.css
171171chunk {0} output.js, style.css (main) 64 bytes [entry] [rendered]
172172 > main [0] ./example.js
173173 [0] ./example.js 23 bytes {0} [built]
174- single entry .\ example.js main
174+ single entry ./ example.js main
175175 [1] ./style.css 41 bytes {0} [built]
176176 cjs require ./style.css [0] ./example.js 1:0-22
177177Child extract-text-webpack-plugin ../../node_modules/extract-text-webpack-plugin/dist ../../node_modules/css-loader/index.js!style.css:
@@ -180,27 +180,27 @@ Child extract-text-webpack-plugin ../../node_modules/extract-text-webpack-plugin
180180 Entrypoint undefined = extract-text-webpack-plugin-output-filename
181181 chunk {0} extract-text-webpack-plugin-output-filename 2.51 KiB [entry] [rendered]
182182 > [0] (webpack)/node_modules/css-loader!./style.css
183- [0] (webpack)/node_modules/css-loader!./style.css 231 bytes {0} [built]
184- single entry !!(webpack)\ node_modules\ css-loader\ index.js!.\ style.css
183+ [0] (webpack)/node_modules/css-loader!./style.css 227 bytes {0} [built]
184+ single entry !!(webpack)/ node_modules/ css-loader/ index.js!./ style.css
185185 [2] ./image.png 82 bytes {0} [built]
186- cjs require ./image.png [0] (webpack)/node_modules/css-loader!./style.css 6:58-80
186+ cjs require ./image.png [0] (webpack)/node_modules/css-loader!./style.css 6:56-78
187187 + 1 hidden module
188188```
189189
190190## Production mode
191191
192192```
193193Hash: 0a1b2c3d4e5f6a7b8c9d
194- Version: webpack next
194+ Version: webpack 4.0.0-alpha.1
195195 Asset Size Chunks Chunk Names
196196ce21cbdd9b894e6af794813eb3fdaf60.png 119 bytes [emitted]
197197 output.js 570 bytes 0 [emitted] main
198- style.css 69 bytes 0 [emitted] main
198+ style.css 67 bytes 0 [emitted] main
199199Entrypoint main = output.js style.css
200200chunk {0} output.js, style.css (main) 64 bytes [entry] [rendered]
201201 > main [0] ./example.js
202202 [0] ./example.js 23 bytes {0} [built]
203- single entry .\ example.js main
203+ single entry ./ example.js main
204204 [1] ./style.css 41 bytes {0} [built]
205205 cjs require ./style.css [0] ./example.js 1:0-22
206206Child extract-text-webpack-plugin ../../node_modules/extract-text-webpack-plugin/dist ../../node_modules/css-loader/index.js!style.css:
@@ -209,9 +209,9 @@ Child extract-text-webpack-plugin ../../node_modules/extract-text-webpack-plugin
209209 Entrypoint undefined = extract-text-webpack-plugin-output-filename
210210 chunk {0} extract-text-webpack-plugin-output-filename 2.51 KiB [entry] [rendered]
211211 > [0] (webpack)/node_modules/css-loader!./style.css
212- [0] (webpack)/node_modules/css-loader!./style.css 231 bytes {0} [built]
213- single entry !!(webpack)\ node_modules\ css-loader\ index.js!.\ style.css
212+ [0] (webpack)/node_modules/css-loader!./style.css 227 bytes {0} [built]
213+ single entry !!(webpack)/ node_modules/ css-loader/ index.js!./ style.css
214214 [2] ./image.png 82 bytes {0} [built]
215- cjs require ./image.png [0] (webpack)/node_modules/css-loader!./style.css 6:58-80
215+ cjs require ./image.png [0] (webpack)/node_modules/css-loader!./style.css 6:56-78
216216 + 1 hidden module
217217```
0 commit comments