Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- PS C:\espc\client> yarn build
- yarn run v1.22.4
- warning package.json: No license field
- $ next build
- Attention: Next.js now collects completely anonymous telemetry regarding usage.
- This information is used to shape Next.js' roadmap and prioritize features.
- You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:
- https://nextjs.org/telemetry
- > Using external babel configuration
- > Location: "C:\espc\client\.babelrc"
- Creating an optimized production build
- Compiled successfully.
- Automatically optimizing pages .Failed to fetch team list, Error: Error: connect ECONNREFUSED 127.0.0.1:1337
- at _callee$ (webpack-internal:///GfZm:107:17)
- at tryCatch (C:\espc\client\node_modules\regenerator-runtime\runtime.js:45:40)
- at Generator.invoke [as _invoke] (C:\espc\client\node_modules\regenerator-runtime\runtime.js:274:22)
- at Generator.prototype.<computed> [as throw] (C:\espc\client\node_modules\regenerator-runtime\runtime.js:97:21)
- at asyncGeneratorStep (webpack-internal:///butC:4:24)
- at _throw (webpack-internal:///butC:30:9)
- at processTicksAndRejections (internal/process/task_queues.js:97:5)
- Failed to fetch players list, Error: Error: connect ECONNREFUSED 127.0.0.1:1337
- at _callee$ (webpack-internal:///GfZm:107:17)
- at tryCatch (C:\espc\client\node_modules\regenerator-runtime\runtime.js:45:40)
- at Generator.invoke [as _invoke] (C:\espc\client\node_modules\regenerator-runtime\runtime.js:274:22)
- at Generator.prototype.<computed> [as throw] (C:\espc\client\node_modules\regenerator-runtime\runtime.js:97:21)
- at asyncGeneratorStep (webpack-internal:///butC:4:24)
- at _throw (webpack-internal:///butC:30:9)
- at processTicksAndRejections (internal/process/task_queues.js:97:5)
- Failed to fetch event list, Error: Error: connect ECONNREFUSED 127.0.0.1:1337
- at _callee$ (webpack-internal:///GfZm:107:17)
- at tryCatch (C:\espc\client\node_modules\regenerator-runtime\runtime.js:45:40)
- at Generator.invoke [as _invoke] (C:\espc\client\node_modules\regenerator-runtime\runtime.js:274:22)
- at Generator.prototype.<computed> [as throw] (C:\espc\client\node_modules\regenerator-runtime\runtime.js:97:21)
- at asyncGeneratorStep (webpack-internal:///butC:4:24)
- at _throw (webpack-internal:///butC:30:9)
- at processTicksAndRejections (internal/process/task_queues.js:97:5)
- Automatically optimizing pages
- Page Size First Load
- ┌ λ / 128 kB 814 kB
- ├ /_app 51.3 kB 637 kB
- ├ λ /_error 13.7 kB 677 kB
- ├ ○ /404 13.3 kB 676 kB
- ├ ○ /404 13.3 kB 676 kB
- ├ ○ /auth/discord 9.79 kB 646 kB
- ├ ○ /auth/facebook 9.77 kB 646 kB
- ├ ○ /auth/google 9.83 kB 646 kB
- ├ ○ /auth/vk 9.74 kB 646 kB
- ├ ○ /bounty 10.4 kB 697 kB
- ├ ○ /componentPlayground 9.19 kB 696 kB
- ├ ○ /contacts 10.4 kB 697 kB
- ├ ○ /cookie 10.4 kB 697 kB
- ├ ● /event/[event_url] 64.2 kB 825 kB
- ├ ● /player/[player_url] 28 kB 813 kB
- ├ ○ /privacy 10.4 kB 697 kB
- ├ ○ /settings 71.4 kB 758 kB
- ├ ● /team/[team_url] 43.9 kB 829 kB
- └ ○ /terms 10.5 kB 697 kB
- + shared by all 637 kB
- ├ static/pages/_app.js 51.3 kB
- ├ chunks/03406f65a36082c4cb8b155901e0f3c411edbb96.966e56.js 59.1 kB
- ├ chunks/commons.d78e77.js 361 kB
- ├ chunks/framework.268903.js 120 kB
- ├ runtime/main.587ca7.js 44.4 kB
- └ runtime/webpack.f4587c.js 1.46 kB
- λ (Server) server-side renders at runtime (uses getInitialProps or getServerSideProps)
- ○ (Static) automatically rendered as static HTML (uses no initial props)
- ● (SSG) automatically generated as static HTML + JSON (uses getStaticProps)
- Done in 62.00s.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement