Skip to content

Instantly share code, notes, and snippets.

@jmelis
Created January 23, 2019 10:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmelis/787299669d7392a3a5332bfe9ca5ace5 to your computer and use it in GitHub Desktop.
Save jmelis/787299669d7392a3a5332bfe9ca5ace5 to your computer and use it in GitHub Desktop.
$ yarn run build
yarn run v1.13.0
$ rm -rf ./dist && NODE_ENV=production ts-node -O '{"module":"commonjs"}' ./node_modules/.bin/webpack --mode=production
Hash: 2cd80544f41dc3df71f0
Version: webpack 4.28.4
Time: 28435ms
Built at: 01/23/2019 11:45:36 AM
Asset Size Chunks Chunk Names
main-bundle.js 4.92 MiB 0 [emitted] main
Entrypoint main = main-bundle.js
[23] external "fs" 42 bytes {0} [built]
[30] external "path" 42 bytes {0} [built]
[44] ./src/graphql-schemas/base.js 3.71 KiB {0} [built]
[49] ./src/models/db.js 4.66 KiB {0} [built]
[346] ./src/graphql-schemas/bot.js 376 bytes {0} [optional] [built]
[347] ./src/graphql-schemas/cluster.js 510 bytes {0} [optional] [built]
[348] ./src/graphql-schemas/entity.js 467 bytes {0} [optional] [built]
[349] ./src/graphql-schemas/permission.js 1.3 KiB {0} [optional] [built]
[350] ./src/graphql-schemas/quay-org.js 396 bytes {0} [optional] [built]
[351] ./src/graphql-schemas/role.js 1.03 KiB {0} [optional] [built]
[352] ./src/graphql-schemas/user.js 388 bytes {0} [optional] [built]
[353] ./src/graphql-schemas/vaultSecret.js 271 bytes {0} [optional] [built]
[360] multi ./src/server.ts 28 bytes {0} [built]
[361] ./src/server.ts 1.73 KiB {0} [built]
[1285] ./src/graphql-schemas sync ^\.\/.*$ 427 bytes {0} [built]
+ 1282 hidden modules
WARNING in ./node_modules/express/lib/view.js 81:13-25
Critical dependency: the request of a dependency is an expression
@ ./node_modules/express/lib/application.js
@ ./node_modules/express/lib/express.js
@ ./node_modules/express/index.js
@ ./src/server.ts
@ multi ./src/server.ts
Done in 29.58s.
$ node --version
v10.10.0
$ yarn --version
1.13.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment