Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: replace lodash with ramda, update usages #23

Merged
merged 2 commits into from
Sep 6, 2023

Merge remote-tracking branch 'origin/main' into feat/replace-lodash

f99872c
Select commit
Loading
Failed to load commit list.
Merged

feat: replace lodash with ramda, update usages #23

Merge remote-tracking branch 'origin/main' into feat/replace-lodash
f99872c
Select commit
Loading
Failed to load commit list.
Fleek.co / defi-oeth succeeded Aug 30, 2023 in 2m 8s

Build succeed

You can preview build output on the link below.

Details

Deploy started at 2023-08-30T08:41:43.401Z

2023-08-30T08:41:44.486Z: Deploy started
2023-08-30T08:41:46.274Z: Docker image: 'node:lts'
2023-08-30T08:41:46.274Z: Build command: 'npm install -g pnpm && pnpm install && pnpm exec nx run oeth:build'
2023-08-30T08:41:46.274Z: Triggering build execution...
2023-08-30T08:42:34.903Z: added 1 package in 867ms
2023-08-30T08:42:34.904Z: 1 package is looking for funding
2023-08-30T08:42:34.904Z: run `npm fund` for details
2023-08-30T08:42:34.904Z: npm notice
2023-08-30T08:42:34.905Z: npm notice New minor version of npm available! 9.6.7 -> 9.8.1
2023-08-30T08:42:34.905Z: npm notice Changelog: <https://github.com/npm/cli/releases/tag/v9.8.1>
2023-08-30T08:42:34.905Z: npm notice Run `npm install -g npm@9.8.1` to update!
2023-08-30T08:42:34.905Z: npm notice
2023-08-30T08:42:35.544Z: Lockfile is up to date, resolution step is skipped
2023-08-30T08:42:35.635Z: Progress: resolved 1, reused 0, downloaded 0, added 0
2023-08-30T08:42:35.930Z: Packages: +1529
2023-08-30T08:42:35.930Z: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2023-08-30T08:42:36.636Z: Progress: resolved 1529, reused 0, downloaded 71, added 70
2023-08-30T08:42:37.637Z: Progress: resolved 1529, reused 0, downloaded 157, added 149
2023-08-30T08:42:38.637Z: Progress: resolved 1529, reused 0, downloaded 342, added 341
2023-08-30T08:42:39.639Z: Progress: resolved 1529, reused 0, downloaded 496, added 495
2023-08-30T08:42:40.638Z: Progress: resolved 1529, reused 0, downloaded 768, added 760
2023-08-30T08:42:41.638Z: Progress: resolved 1529, reused 0, downloaded 1062, added 1064
2023-08-30T08:42:42.638Z: Progress: resolved 1529, reused 0, downloaded 1370, added 1368
2023-08-30T08:42:43.440Z: Progress: resolved 1529, reused 0, downloaded 1526, added 1529, done
2023-08-30T08:42:44.197Z: .../node_modules/bigint-buffer install$ npm run rebuild || echo "Couldn't build bindings. Non-native version used."
2023-08-30T08:42:44.227Z: .../node_modules/@parcel/watcher install$ node-gyp-build
2023-08-30T08:42:44.248Z: .../node_modules/bufferutil install$ node-gyp-build
2023-08-30T08:42:44.276Z: .../node_modules/utf-8-validate install$ node-gyp-build
2023-08-30T08:42:44.381Z: .../node_modules/@parcel/watcher install: Done
2023-08-30T08:42:44.400Z: .../node_modules/bufferutil install: Done
2023-08-30T08:42:44.451Z: .../node_modules/utf-8-validate install: Done
2023-08-30T08:42:44.540Z: .../node_modules/bigint-buffer install: > bigint-buffer@1.1.5 rebuild
2023-08-30T08:42:44.540Z: .../node_modules/bigint-buffer install: > node-gyp rebuild
2023-08-30T08:42:44.615Z: .../node_modules/bigint-buffer install: gyp info it worked if it ends with ok
2023-08-30T08:42:44.617Z: .../node_modules/bigint-buffer install: gyp info using node-gyp@9.3.1
2023-08-30T08:42:44.617Z: .../node_modules/bigint-buffer install: gyp info using node@18.17.1 | linux | x64
2023-08-30T08:42:44.688Z: .../node_modules/bigint-buffer install: gyp info find Python using Python version 3.11.2 found at "/usr/bin/python3"
2023-08-30T08:42:44.840Z: .../node_modules/bigint-buffer install: gyp http GET https://nodejs.org/download/release/v18.17.1/node-v18.17.1-headers.tar.gz
2023-08-30T08:42:44.957Z: .../node_modules/bigint-buffer install: gyp http 200 https://nodejs.org/download/release/v18.17.1/node-v18.17.1-headers.tar.gz
2023-08-30T08:42:46.327Z: .../node_modules/bigint-buffer install: gyp http GET https://nodejs.org/download/release/v18.17.1/SHASUMS256.txt
2023-08-30T08:42:46.350Z: .../node_modules/bigint-buffer install: gyp http 200 https://nodejs.org/download/release/v18.17.1/SHASUMS256.txt
2023-08-30T08:42:46.359Z: .../node_modules/bigint-buffer install: gyp info spawn /usr/bin/python3
2023-08-30T08:42:46.359Z: .../node_modules/bigint-buffer install: gyp info spawn args [
2023-08-30T08:42:46.360Z: .../node_modules/bigint-buffer install: gyp info spawn args   '/usr/local/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py',
2023-08-30T08:42:46.360Z: .../node_modules/bigint-buffer install: gyp info spawn args   'binding.gyp',
2023-08-30T08:42:46.360Z: .../node_modules/bigint-buffer install: gyp info spawn args   '-f',
2023-08-30T08:42:46.360Z: .../node_modules/bigint-buffer install: gyp info spawn args   'make',
2023-08-30T08:42:46.360Z: .../node_modules/bigint-buffer install: gyp info spawn args   '-I',
2023-08-30T08:42:46.360Z: .../node_modules/bigint-buffer install: gyp info spawn args   '/workspace/node_modules/.pnpm/bigint-buffer@1.1.5/node_modules/bigint-buffer/build/config.gypi',
2023-08-30T08:42:46.361Z: .../node_modules/bigint-buffer install: gyp info spawn args   '-I',
2023-08-30T08:42:46.361Z: .../node_modules/bigint-buffer install: gyp info spawn args   '/usr/local/lib/node_modules/npm/node_modules/node-gyp/addon.gypi',
2023-08-30T08:42:46.361Z: .../node_modules/bigint-buffer install: gyp info spawn args   '-I',
2023-08-30T08:42:46.361Z: .../node_modules/bigint-buffer install: gyp info spawn args   '/root/.cache/node-gyp/18.17.1/include/node/common.gypi',
2023-08-30T08:42:46.361Z: .../node_modules/bigint-buffer install: gyp info spawn args   '-Dlibrary=shared_library',
2023-08-30T08:42:46.361Z: .../node_modules/bigint-buffer install: gyp info spawn args   '-Dvisibility=default',
2023-08-30T08:42:46.361Z: .../node_modules/bigint-buffer install: gyp info spawn args   '-Dnode_root_dir=/root/.cache/node-gyp/18.17.1',
2023-08-30T08:42:46.361Z: .../node_modules/bigint-buffer install: gyp info spawn args   '-Dnode_gyp_dir=/usr/local/lib/node_modules/npm/node_modules/node-gyp',
2023-08-30T08:42:46.361Z: .../node_modules/bigint-buffer install: gyp info spawn args   '-Dnode_lib_file=/root/.cache/node-gyp/18.17.1/<(target_arch)/node.lib',
2023-08-30T08:42:46.362Z: .../node_modules/bigint-buffer install: gyp info spawn args   '-Dmodule_root_dir=/workspace/node_modules/.pnpm/bigint-buffer@1.1.5/node_modules/bigint-buffer',
2023-08-30T08:42:46.362Z: .../node_modules/bigint-buffer install: gyp info spawn args   '-Dnode_engine=v8',
2023-08-30T08:42:46.362Z: .../node_modules/bigint-buffer install: gyp info spawn args   '--depth=.',
2023-08-30T08:42:46.362Z: .../node_modules/bigint-buffer install: gyp info spawn args   '--no-parallel',
2023-08-30T08:42:46.362Z: .../node_modules/bigint-buffer install: gyp info spawn args   '--generator-output',
2023-08-30T08:42:46.362Z: .../node_modules/bigint-buffer install: gyp info spawn args   'build',
2023-08-30T08:42:46.362Z: .../node_modules/bigint-buffer install: gyp info spawn args   '-Goutput_dir=.'
2023-08-30T08:42:46.362Z: .../node_modules/bigint-buffer install: gyp info spawn args ]
2023-08-30T08:42:46.475Z: .../node_modules/bigint-buffer install: gyp info spawn make
2023-08-30T08:42:46.475Z: .../node_modules/bigint-buffer install: gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
2023-08-30T08:42:46.475Z: .../node_modules/bigint-buffer install: make: Entering directory '/workspace/node_modules/.pnpm/bigint-buffer@1.1.5/node_modules/bigint-buffer/build'
2023-08-30T08:42:46.476Z: .../node_modules/bigint-buffer install:   CC(target) Release/obj.target/bigint_buffer/src/bigint-buffer.o
2023-08-30T08:42:46.589Z: .../node_modules/bigint-buffer install:   SOLINK_MODULE(target) Release/obj.target/bigint_buffer.node
2023-08-30T08:42:46.620Z: .../node_modules/bigint-buffer install:   COPY Release/bigint_buffer.node
2023-08-30T08:42:46.623Z: .../node_modules/bigint-buffer install: make: Leaving directory '/workspace/node_modules/.pnpm/bigint-buffer@1.1.5/node_modules/bigint-buffer/build'
2023-08-30T08:42:46.623Z: .../node_modules/bigint-buffer install: gyp info ok
2023-08-30T08:42:46.640Z: .../node_modules/bigint-buffer install: Done
2023-08-30T08:42:46.649Z: .../esbuild@0.18.19/node_modules/esbuild postinstall$ node install.js
2023-08-30T08:42:46.716Z: .../esbuild@0.18.19/node_modules/esbuild postinstall: Done
2023-08-30T08:42:46.777Z: .../keccak@3.0.3/node_modules/keccak install$ node-gyp-build || exit 0
2023-08-30T08:42:46.886Z: .../keccak@3.0.3/node_modules/keccak install: Done
2023-08-30T08:42:46.910Z: .../.pnpm/nx@16.6.0/node_modules/nx postinstall$ node ./bin/post-install
2023-08-30T08:42:49.894Z: .../.pnpm/nx@16.6.0/node_modules/nx postinstall: Done
2023-08-30T08:42:50.295Z: dependencies:
2023-08-30T08:42:50.295Z: + @emotion/react 11.11.1
2023-08-30T08:42:50.295Z: + @emotion/styled 11.11.0
2023-08-30T08:42:50.295Z: + @mui/material 5.14.3
2023-08-30T08:42:50.295Z: + @rainbow-me/rainbowkit 1.0.9
2023-08-30T08:42:50.295Z: + @react-hookz/web 23.1.0
2023-08-30T08:42:50.295Z: + @tanstack/react-query 4.32.6
2023-08-30T08:42:50.295Z: + @tanstack/react-table 8.9.3
2023-08-30T08:42:50.295Z: + axios 1.4.0
2023-08-30T08:42:50.295Z: + immer 10.0.2
2023-08-30T08:42:50.295Z: + ramda 0.29.0
2023-08-30T08:42:50.295Z: + react 18.2.0
2023-08-30T08:42:50.295Z: + react-dom 18.2.0
2023-08-30T08:42:50.295Z: + react-intl 6.4.4
2023-08-30T08:42:50.295Z: + react-router-dom 6.14.2
2023-08-30T08:42:50.295Z: + react-tracked 1.7.11
2023-08-30T08:42:50.295Z: + tslib 2.6.1
2023-08-30T08:42:50.295Z: + viem 1.7.0
2023-08-30T08:42:50.295Z: + wagmi 1.3.10
2023-08-30T08:42:50.295Z: devDependencies:
2023-08-30T08:42:50.295Z: + @babel/preset-react 7.22.5
2023-08-30T08:42:50.295Z: + @faker-js/faker 8.0.2
2023-08-30T08:42:50.295Z: + @formatjs/cli 6.1.3
2023-08-30T08:42:50.295Z: + @nx/cypress 16.6.0
2023-08-30T08:42:50.295Z: + @nx/eslint-plugin 16.6.0
2023-08-30T08:42:50.295Z: + @nx/js 16.6.0
2023-08-30T08:42:50.295Z: + @nx/linter 16.6.0
2023-08-30T08:42:50.295Z: + @nx/react 16.6.0
2023-08-30T08:42:50.295Z: + @nx/storybook 16.6.0
2023-08-30T08:42:50.295Z: + @nx/vite 16.6.0
2023-08-30T08:42:50.295Z: + @nx/web 16.6.0
2023-08-30T08:42:50.295Z: + @nx/workspace 16.6.0
2023-08-30T08:42:50.295Z: + @storybook/addon-essentials 7.2.1
2023-08-30T08:42:50.295Z: + @storybook/addon-interactions 7.2.1
2023-08-30T08:42:50.295Z: + @storybook/core-common 7.2.1
2023-08-30T08:42:50.295Z: + @storybook/core-server 7.2.1
2023-08-30T08:42:50.295Z: + @storybook/jest 0.1.0
2023-08-30T08:42:50.295Z: + @storybook/react 7.2.1
2023-08-30T08:42:50.295Z: + @storybook/react-vite 7.2.1
2023-08-30T08:42:50.295Z: + @storybook/testing-library 0.2.0
2023-08-30T08:42:50.295Z: + @testing-library/react 14.0.0
2023-08-30T08:42:50.295Z: + @types/lodash 4.14.196
2023-08-30T08:42:50.295Z: + @types/node 18.14.2
2023-08-30T08:42:50.295Z: + @types/ramda 0.29.3
2023-08-30T08:42:50.295Z: + @types/react 18.2.18
2023-08-30T08:42:50.295Z: + @types/react-dom 18.2.7
2023-08-30T08:42:50.295Z: + @typescript-eslint/eslint-plugin 6.3.0
2023-08-30T08:42:50.295Z: + @typescript-eslint/parser 6.3.0
2023-08-30T08:42:50.295Z: + @vitejs/plugin-react 4.0.4
2023-08-30T08:42:50.295Z: + @vitest/coverage-c8 0.33.0
2023-08-30T08:42:50.295Z: + @vitest/ui 0.34.1
2023-08-30T08:42:50.295Z: + babel-plugin-formatjs 10.5.3
2023-08-30T08:42:50.295Z: + buffer 6.0.3
2023-08-30T08:42:50.295Z: + eslint 8.46.0
2023-08-30T08:42:50.295Z: + eslint-config-prettier 9.0.0
2023-08-30T08:42:50.295Z: + eslint-plugin-cypress 2.13.3
2023-08-30T08:42:50.295Z: + eslint-plugin-formatjs 4.10.3
2023-08-30T08:42:50.295Z: + eslint-plugin-import 2.28.0
2023-08-30T08:42:50.295Z: + eslint-plugin-jsx-a11y 6.7.1
2023-08-30T08:42:50.295Z: + eslint-plugin-prettier 5.0.0
2023-08-30T08:42:50.295Z: + eslint-plugin-react 7.33.1
2023-08-30T08:42:50.295Z: + eslint-plugin-react-hooks 4.6.0
2023-08-30T08:42:50.295Z: + eslint-plugin-simple-import-sort 10.0.0
2023-08-30T08:42:50.295Z: + eslint-plugin-unused-imports 3.0.0
2023-08-30T08:42:50.295Z: + jsdom 22.1.0
2023-08-30T08:42:50.295Z: + nx 16.6.0
2023-08-30T08:42:50.295Z: + prettier 3.0.1
2023-08-30T08:42:50.295Z: + storybook-addon-pseudo-states 2.1.0
2023-08-30T08:42:50.295Z: + ts-node 10.9.1
2023-08-30T08:42:50.295Z: + typescript 5.1.6
2023-08-30T08:42:50.295Z: + vite 4.4.9
2023-08-30T08:42:50.295Z: + vite-plugin-dts 3.5.1
2023-08-30T08:42:50.295Z: + vite-plugin-static-copy 0.17.0
2023-08-30T08:42:50.295Z: + vite-plugin-svgr 3.2.0
2023-08-30T08:42:50.295Z: + vite-tsconfig-paths 4.2.0
2023-08-30T08:42:50.295Z: + vitest 0.34.1
2023-08-30T08:42:50.372Z: Done in 15.4s
2023-08-30T08:42:55.977Z: > nx run oeth:build:production
2023-08-30T08:43:30.312Z: vite v4.4.9 building for production...
2023-08-30T08:43:30.347Z: transforming...
2023-08-30T08:43:45.759Z: ✓ 3912 modules transformed.
2023-08-30T08:43:46.505Z: rendering chunks...
2023-08-30T08:43:47.216Z: computing gzip size...
2023-08-30T08:43:47.294Z: ../../dist/apps/oeth/index.html                                           1.86 kB │ gzip:   0.69 kB
2023-08-30T08:43:47.294Z: ../../dist/apps/oeth/assets/index-b591aed5.css                           27.32 kB │ gzip:   4.38 kB
2023-08-30T08:43:47.295Z: ../../dist/apps/oeth/assets/browser-3852a342.js                           0.29 kB │ gzip:   0.15 kB
2023-08-30T08:43:47.295Z: ../../dist/apps/oeth/assets/base-3MIUIYGA-d99275a3.js                     0.56 kB │ gzip:   0.42 kB
2023-08-30T08:43:47.295Z: ../../dist/apps/oeth/assets/ledgerWallet-DIS4VM6H-4bb59c9f.js             0.58 kB │ gzip:   0.43 kB
2023-08-30T08:43:47.295Z: ../../dist/apps/oeth/assets/coinbaseWallet-2OUR5TUP-f6c629ff.js           0.78 kB │ gzip:   0.51 kB
2023-08-30T08:43:47.295Z: ../../dist/apps/oeth/assets/injectedWallet-EUKDEAIU-b2513a2e.js           0.89 kB │ gzip:   0.61 kB
2023-08-30T08:43:47.295Z: ../../dist/apps/oeth/assets/argentWallet-5OEFC7BD-4ad2222d.js             0.97 kB │ gzip:   0.65 kB
2023-08-30T08:43:47.295Z: ../../dist/apps/oeth/assets/optimism-UUP5Y7TB-96a3957f.js                 1.14 kB │ gzip:   0.74 kB
2023-08-30T08:43:47.295Z: ../../dist/apps/oeth/assets/ethereum-4FY57XJF-20f89eb8.js                 1.18 kB │ gzip:   0.65 kB
2023-08-30T08:43:47.295Z: ../../dist/apps/oeth/assets/imTokenWallet-DMDOIZDQ-355c0c6d.js            1.29 kB │ gzip:   0.85 kB
2023-08-30T08:43:47.295Z: ../../dist/apps/oeth/assets/avalanche-TFPKP544-83c89fd5.js                1.38 kB │ gzip:   0.87 kB
2023-08-30T08:43:47.295Z: ../../dist/apps/oeth/assets/cronos-DQKKIEX7-67e88155.js                   1.42 kB │ gzip:   0.89 kB
2023-08-30T08:43:47.295Z: ../../dist/apps/oeth/assets/polygon-Z4QITDL7-953b4259.js                  1.43 kB │ gzip:   0.88 kB
2023-08-30T08:43:47.295Z: ../../dist/apps/oeth/assets/Chrome-LGF33C3S-f104e3bc.js                   1.52 kB │ gzip:   0.84 kB
2023-08-30T08:43:47.296Z: ../../dist/apps/oeth/assets/arbitrum-LYDBJZP3-eb03435b.js                 1.59 kB │ gzip:   1.00 kB
2023-08-30T08:43:47.296Z: ../../dist/apps/oeth/assets/bsc-S2GSW6VX-05341716.js                      1.61 kB │ gzip:   0.87 kB
2023-08-30T08:43:47.296Z: ../../dist/apps/oeth/assets/safeWallet-DFMLSLCR-bb33abc9.js               1.91 kB │ gzip:   1.01 kB
2023-08-30T08:43:47.296Z: ../../dist/apps/oeth/assets/walletConnectWallet-D6ZADJM7-c1d5c644.js      2.00 kB │ gzip:   1.04 kB
2023-08-30T08:43:47.296Z: ../../dist/apps/oeth/assets/Opera-KV54PXPA-f31a1b5e.js                    2.04 kB │ gzip:   1.11 kB
2023-08-30T08:43:47.296Z: ../../dist/apps/oeth/assets/zora-KVO7WIOK-bf3eb886.js                     2.39 kB │ gzip:   1.18 kB
2023-08-30T08:43:47.296Z: ../../dist/apps/oeth/assets/braveWallet-BTBH4MDN-77ab02b2.js              2.56 kB │ gzip:   1.44 kB
2023-08-30T08:43:47.296Z: ../../dist/apps/oeth/assets/ccip-8c958bf8.js                              2.81 kB │ gzip:   1.27 kB
2023-08-30T08:43:47.296Z: ../../dist/apps/oeth/assets/refresh-5KGGHTJP-ba752184.js                  2.87 kB │ gzip:   1.37 kB
2023-08-30T08:43:47.296Z: ../../dist/apps/oeth/assets/hardhat-ARRFHFKB-687e462a.js                  4.02 kB │ gzip:   1.91 kB
2023-08-30T08:43:47.296Z: ../../dist/apps/oeth/assets/create-PAJXJDV3-ebff10a4.js                   4.22 kB │ gzip:   1.85 kB
2023-08-30T08:43:47.296Z: ../../dist/apps/oeth/assets/Brave-YATE5BIM-7f4f924c.js                    4.39 kB │ gzip:   2.07 kB
2023-08-30T08:43:47.296Z: ../../dist/apps/oeth/assets/scan-HZBLXLM4-eb21bae1.js                     4.58 kB │ gzip:   1.93 kB
2023-08-30T08:43:47.296Z: ../../dist/apps/oeth/assets/rainbowWallet-GGU64QEI-80e56a37.js            4.63 kB │ gzip:   1.63 kB
2023-08-30T08:43:47.296Z: ../../dist/apps/oeth/assets/Edge-K2JEGI5S-e4909cbd.js                     5.56 kB │ gzip:   2.36 kB
2023-08-30T08:43:47.296Z: ../../dist/apps/oeth/assets/Arc-QDJFTGH2-dedcf34b.js                      6.82 kB │ gzip:   2.56 kB
2023-08-30T08:43:47.296Z: ../../dist/apps/oeth/assets/http-29dd153a.js                              7.85 kB │ gzip:   2.82 kB
2023-08-30T08:43:47.296Z: ../../dist/apps/oeth/assets/metaMaskWallet-ORHUNQRP-ac2ea8b3.js           8.44 kB │ gzip:   2.14 kB
2023-08-30T08:43:47.297Z: ../../dist/apps/oeth/assets/sign-KJDNWGMD-8c85a4b4.js                    10.39 kB │ gzip:   3.82 kB
2023-08-30T08:43:47.297Z: ../../dist/apps/oeth/assets/Browser-HN7O5MN7-2ca1b32c.js                 10.89 kB │ gzip:   3.69 kB
2023-08-30T08:43:47.297Z: ../../dist/apps/oeth/assets/login-ZSMM5UYL-b8add756.js                   12.31 kB │ gzip:   5.02 kB
2023-08-30T08:43:47.297Z: ../../dist/apps/oeth/assets/index-a084b302.js                            12.64 kB │ gzip:   4.71 kB
2023-08-30T08:43:47.297Z: ../../dist/apps/oeth/assets/Safari-2QIYKJ4P-594ed864.js                  14.33 kB │ gzip:   5.42 kB
2023-08-30T08:43:47.297Z: ../../dist/apps/oeth/assets/hooks.module-a59256f8.js                     14.85 kB │ gzip:   5.93 kB
2023-08-30T08:43:47.297Z: ../../dist/apps/oeth/assets/Firefox-NP5SYEK5-47084019.js                 14.97 kB │ gzip:   5.03 kB
2023-08-30T08:43:47.297Z: ../../dist/apps/oeth/assets/browser-9d6a0ea1.js                          22.97 kB │ gzip:   8.90 kB
2023-08-30T08:43:47.297Z: ../../dist/apps/oeth/assets/assets-26YY4GVD-ebee59af.js                  23.60 kB │ gzip:   6.62 kB
2023-08-30T08:43:47.297Z: ../../dist/apps/oeth/assets/index-e9ccaa37.js                            79.88 kB │ gzip:  25.55 kB
2023-08-30T08:43:47.297Z: ../../dist/apps/oeth/assets/index-0bc38814.js                           113.60 kB │ gzip:  34.24 kB
2023-08-30T08:43:47.297Z: ../../dist/apps/oeth/assets/index.es-76a818f0.js                        236.32 kB │ gzip:  69.71 kB
2023-08-30T08:43:47.297Z: ../../dist/apps/oeth/assets/index-1d7e4a90.js                           508.58 kB │ gzip: 141.39 kB
2023-08-30T08:43:47.297Z: ../../dist/apps/oeth/assets/index-ceb6aaba.js                         1,579.55 kB │ gzip: 468.13 kB
2023-08-30T08:43:47.297Z: (!) Some chunks are larger than 500 kBs after minification. Consider:
2023-08-30T08:43:47.297Z: - Using dynamic import() to code-split the application
2023-08-30T08:43:47.297Z: - Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
2023-08-30T08:43:47.297Z: - Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
2023-08-30T08:43:47.386Z: [vite-plugin-static-copy] Copied 276 items.
2023-08-30T08:43:47.386Z: ✓ built in 17.07s
2023-08-30T08:43:47.532Z: 
2023-08-30T08:43:47.532Z: >  NX   Successfully ran target build for project oeth
2023-08-30T08:43:49.884Z: You can preview this build on :
2023-08-30T08:43:49.884Z: https://bafybeifmjbj67osibofv33t232rsm7ql3olfzrvig2wgk2zarcsp7wf3ri.on.fleek.co