Created
May 16, 2017 13:26
-
-
Save timse/7b602239e9de84956d8dee13060a53c2 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
// output without bar.js | |
Asset Size Chunks Chunk Names | |
main.5f15e6808c8037c8bdbc.js 628 bytes main [emitted] main | |
runtime.72ef2fc7d9df236c7f1c.js 5.94 kB runtime [emitted] runtime | |
vendor.73c86187abcdf9fd7b18.js 20.7 kB vendor [emitted] vendor | |
[./node_modules/preact/dist/preact.js] ./~/preact/dist/preact.js 20.5 kB {vendor} [built] | |
[0] multi preact 28 bytes {vendor} [built] | |
[./src/foo.js] ./src/foo.js 121 bytes {main} [built] | |
// output with bar.js | |
Asset Size Chunks Chunk Names | |
main.47b747115cd1c2c24b93.js 901 bytes main [emitted] main | |
runtime.8d94ab27ee79b53aa9a2.js 5.94 kB runtime [emitted] runtime | |
vendor.73c86187abcdf9fd7b18.js 20.7 kB vendor [emitted] vendor | |
[./node_modules/preact/dist/preact.js] ./~/preact/dist/preact.js 20.5 kB {vendor} [built] | |
[./src/bar.js] ./src/bar.js 23 bytes {main} [built] | |
[0] multi preact 28 bytes {vendor} [built] | |
[./src/foo.js] ./src/foo.js 118 bytes {main} [built] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment