Created
July 11, 2015 19:53
-
-
Save okonet/1e8f71b4b2c4f6cfa6e7 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
> webpack | |
Hash: 92670583f688a262fdad | |
Version: webpack 1.10.1 | |
Time: 65ms | |
Asset Size Chunks Chunk Names | |
chunk-manifest.json 68 bytes [emitted] | |
vendor.6d107863983028982ef4.js 3.71 kB 0 [emitted] vendor | |
1.c4116058de00860e5aa8.js 107 bytes 1 [emitted] | |
main.5e17f4dff47bc1a007c0.js 373 bytes 2 [emitted] main | |
[0] ./src/index.js 186 bytes {2} [built] | |
[0] ./src/vendor.js 40 bytes {0} [built] | |
[1] ./src/moduleA.js 28 bytes {2} [built] | |
[2] ./src/moduleB.js 28 bytes {1} [built] | |
> webpack | |
Hash: a9ee1d1e46a538469d7f | |
Version: webpack 1.10.1 | |
Time: 67ms | |
Asset Size Chunks Chunk Names | |
chunk-manifest.json 68 bytes [emitted] | |
vendor.6d107863983028982ef4.js 3.71 kB 0 [emitted] vendor | |
1.2883246944b1147092b1.js 107 bytes 1 [emitted] | |
main.5e17f4dff47bc1a007c0.js 373 bytes 2 [emitted] main | |
[0] ./src/index.js 186 bytes {2} [built] | |
[0] ./src/vendor.js 40 bytes {0} [built] | |
[1] ./src/moduleA.js 28 bytes {2} [built] | |
[2] ./src/moduleB.js 28 bytes {1} [built] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment