-
-
Save kushti/1b30d188f4a6d9981a14a33ace251a27 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
yarn run v1.21.1 | |
$ yarn build && electron ./app/main/electron.js | |
$ rimraf app/ && yarn compile && webpack --config webpack.config.js | |
$ tsc | |
Hash: c52e803eccfc46f6220f | |
Version: webpack 4.41.2 | |
Child | |
Hash: c52e803eccfc46f6220f | |
Time: 29114ms | |
Built at: 09/23/2020 7:22:14 PM | |
Asset Size Chunks Chunk Names | |
fonts/roboto-latin-100.woff 19.9 KiB [emitted] | |
fonts/roboto-latin-100.woff2 15.4 KiB [emitted] | |
fonts/roboto-latin-100italic.woff 21.2 KiB [emitted] | |
fonts/roboto-latin-100italic.woff2 16.6 KiB [emitted] | |
fonts/roboto-latin-300.woff 19.9 KiB [emitted] | |
fonts/roboto-latin-300.woff2 15.4 KiB [emitted] | |
fonts/roboto-latin-300italic.woff 21.7 KiB [emitted] | |
fonts/roboto-latin-300italic.woff2 17 KiB [emitted] | |
fonts/roboto-latin-400.woff 19.8 KiB [emitted] | |
fonts/roboto-latin-400.woff2 15.4 KiB [emitted] | |
fonts/roboto-latin-400italic.woff 21.4 KiB [emitted] | |
fonts/roboto-latin-400italic.woff2 16.9 KiB [emitted] | |
fonts/roboto-latin-500.woff 20 KiB [emitted] | |
fonts/roboto-latin-500.woff2 15.5 KiB [emitted] | |
fonts/roboto-latin-500italic.woff 21.5 KiB [emitted] | |
fonts/roboto-latin-500italic.woff2 16.9 KiB [emitted] | |
fonts/roboto-latin-700.woff 19.9 KiB [emitted] | |
fonts/roboto-latin-700.woff2 15.4 KiB [emitted] | |
fonts/roboto-latin-700italic.woff 21.1 KiB [emitted] | |
fonts/roboto-latin-700italic.woff2 16.6 KiB [emitted] | |
fonts/roboto-latin-900.woff 19.9 KiB [emitted] | |
fonts/roboto-latin-900.woff2 15.3 KiB [emitted] | |
fonts/roboto-latin-900italic.woff 21.8 KiB [emitted] | |
fonts/roboto-latin-900italic.woff2 17.1 KiB [emitted] | |
icons/favicon.png 271 bytes [emitted] | |
index.html 182 bytes [emitted] | |
renderer.js 16.1 MiB main [emitted] main | |
renderer.js.map 9.42 MiB main [emitted] [dev] main | |
Entrypoint main = renderer.js renderer.js.map | |
[./src/common/backend-types.ts] 885 bytes {main} [built] | |
[./src/renderer/Backend.ts] 2.65 KiB {main} [built] | |
[./src/renderer/app/App.tsx] 8.47 KiB {main} [built] | |
[./src/renderer/app/MainScreen.tsx] 6.38 KiB {main} [built] | |
[./src/renderer/app/login/LoginScreen.tsx] 6.59 KiB {main} [built] | |
[./src/renderer/app/onboarding/CreateWallet/ConfirmMnemonic.tsx] 3.87 KiB {main} [built] | |
[./src/renderer/app/onboarding/CreateWallet/CreateWallet.tsx] 6.67 KiB {main} [built] | |
[./src/renderer/app/onboarding/CreateWallet/NewMnemonic.tsx] 6.13 KiB {main} [built] | |
[./src/renderer/app/onboarding/ImportWallet/ImportWallet.tsx] 6.81 KiB {main} [built] | |
[./src/renderer/index.tsx] 1.67 KiB {main} [built] | |
[./src/renderer/modules/wallet/wallet-slice.ts] 6.63 KiB {main} [built] | |
[./src/renderer/store/root-reducer.ts] 428 bytes {main} [built] | |
[./src/renderer/store/store.ts] 894 bytes {main} [built] | |
[./src/renderer/ui/theme.tsx] 399 bytes {main} [built] | |
[electron] external "electron" 42 bytes {main} [built] | |
+ 6859 hidden modules | |
Child HtmlWebpackCompiler: | |
1 asset | |
Entrypoint HtmlWebpackPlugin_0 = __child-HtmlWebpackPlugin_0 | |
[./node_modules/html-webpack-plugin/lib/loader.js!./src/renderer/index.html] 400 bytes {HtmlWebpackPlugin_0} [built] | |
Blockchain Service started | |
{"height":324124} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment