cointoroxecosystem / swap.react

develop branch --> https://testnet.swap.online :) In-browser atomic swap exchange based on swap.core library. It is an implementation of Swap DEP crosschain protocol. Hosted at https://swap.online
https://swap.online
MIT License
0 stars 3 forks source link

build 1 #1

Open noxonsu opened 5 years ago

leonatcointorox commented 5 years ago

Need a documentation on:

noxonsu commented 5 years ago

It doesn't seem to load.

https://atomicswapwallet.io/wallet

The title of the webpage needs to be changed from Swap.Online -> AtomicSwapWallet.io Logo on the loading page needs to be changed with all Swap.Online texts changed as well

Naggertooth commented 5 years ago

Hi I applyed some changes for text and logos https://github.com/cointoroxecosystem/swap.react/pull/2 And here is new zip-build build-mainnet.zip

Also I'd really wanna ask: how did you deploy zip-build on hosting?

It doesn't seem to load.

https://atomicswapwallet.io/wallet

I guess it's based on pathing troubles

PS I'll describe a documentation later.

leonatcointorox commented 5 years ago

Hi Ilya, we just uploaded the .zip file via SFTP & then unzipped it.

Yes, I think it's pathing issues. It works when we unzip in atomicswapwallet.io (root folder) but it doesn't load when we put it in the 'wallet' directory.

PS I'll describe a documentation later.

Thank you. Looking forward to it!

Naggertooth commented 5 years ago

Hello

Now I have a build for you

It should work properly in your case 😊

build-mainnet.zip

leonatcointorox commented 5 years ago

Hi Ilya,

Thank you. It seems to work now! :)

We are working on Ubuntu 18.04 for this & it would be appreciated if you could provide the documentation with this in mind.

  1. Can we have the referral thing eliminated? as I heard it was all manual work.
  2. As EOS requires account activation and we do not have a feasible option to 'activate' it right now, how can we use EOS? Should we ask users to 'import' their EOS wallets?

Now we just need a documentation on:

Naggertooth commented 5 years ago

Hi It's cool Doesn't matter which os you are using because whole project described in repo. You can iteract with it via any code redactor.

  1. Yes, I can remove referral part for you.
  2. Yes, you should ask your users to import their eos wallets.

About documentation:

How tokens are added/deleted (including how token logos are added)


How to arrange tokens or coins as 'hidden' or 'activated' when users arrive on the landing page

Hidden coins by default placed here


How we can change color code (from purple to black)

You can change it in Header.scss


How we can delete/edit the 'main menu' links

Main menu links also in Header


How to change footer links, social media icons & links


How to use the google chrome extension (install & deploy)

You can use it by writing npm run build:chrome-extension-mainnet in project foulder

And builder will create chrome extension folder in project directory

It must be easy for deploy

Any other commands for build or start something is placed in package.json and clearly named


How to change the texts for the 'Know More About Us' tutorial

How to style

  1. In the component folder add file YourComponentName.scss
  2. In YourComponentName.js write something like that
    
    import React, { Component } from 'react'

import { withRouter } from 'react-router'

import { FormattedMessage, injectIntl } from 'react-intl'

import CSSModules from 'react-css-modules' // nesessary package import styles from './YourComponentName.scss' // importing your styles

@injectIntl @withRouter @CSSModules(styles, { allowMultiple: true }) // Adding your styles export default class YourComponentName extends Component { render() { return (

... Your jsx in react ...
)

} }



------

### How we can 'build' the script after changing all these details and deploy it as a simple .zip file

Run `npm run build:mainnet` in your terminal
leonatcointorox commented 5 years ago

Hi Ilya,

Thank you for the details! But it seems like https://github.com/cointoroxecosystem/swap.react/ isn't the latest updated version reflecting the changes we made for atomicswapwallet.io?

Anyways, below are the final things we need to be fixed & after that, we will try to edit everything on our own.

Could you please do the following for us?

  1. Is it possible to change the EOS 'DEPOSIT' button to 'IMPORT' instead when it is not activated? as some newbie users might just go ahead and deposit EOS onto the inactivated address.. REFER TO THIS IMAGE: https://i.imgur.com/CbmWKZK.png

  2. Change the hover-over text 'know more about us' on the "?" icon to just 'TUTORIAL' REFER TO THIS IMAGE: https://i.imgur.com/SJEqSsj.png

  3. Change the text "Swap.Online" -> "AtomicSwapWallet.io" on the 2nd part of the tutorial REFER TO THIS IMAGE: https://i.imgur.com/FYKw8y4.png

  4. Eliminate/Delete the referral program & texts

  5. The icon for 'Play the video' does not load & can we change the link for the video to https://atomicswapwallet.io/guide REFER TO THIS IMAGE: https://i.imgur.com/BiSjwrI.png

Additionally, I forgot to ask how we could change the texts on the wallet & exchange page. Could you please let me know how to do that? Example: https://i.imgur.com/THh5UhM.png

Thank you.

Naggertooth commented 5 years ago

Hello

It's because latest version for atomicswapwallet is here https://github.com/cointoroxecosystem/swap.react/pull/2

Yes, I can.

  1. image

  2. image

  3. image

  4. Already done #2

  5. image

As you can see we have react-intl to support localization on wallet page we have FormattedMessage component, which depends on

If you will change it - it will appear on wallet page Same case with exchange page

leonatcointorox commented 5 years ago

Спасибо.

Now it's time for us to go through the trial & error phase of learning to customize and maintain...

Will be back when we face issues.

Naggertooth commented 5 years ago

You are welcome 😊

I'll be waiting

leonatcointorox commented 5 years ago

Hi Ilya,

Here's our first noob error update.

So I've downloaded the files from https://github.com/swaponline/swap.react/tree/atomicswapwallet.io-custom-build and uploaded it on our own repository: https://github.com/Cointorox/AtomicSwapWallet

Then, on our Ubuntu 18.04 terminal, we did the following commands:

sudo apt-get update

sudo apt-get install npm

sudo apt-get install node-js

git clone --recurse-submodules https://github.com/Cointorox/AtomicSwapWallet.git

cd AtomicSwapWallet
npm i

git submodule update

npm run build:mainnet

After that, the following error shows:

app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/array/find doesn't ex                                                         ist
  app:bin:compile       looking for modules in /root/AtomicSwapWallet/local_modules
  app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./local_modules)
  app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./local_modules)
  app:bin:compile           using description file: /root/AtomicSwapWallet/package.json (relative pa                                                         th: ./local_modules/core-js/features/array/find)
  app:bin:compile             no extension
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/array/find doe                                                         sn't exist
  app:bin:compile             .js
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/array/find.js                                                          doesn't exist
  app:bin:compile             .jsx
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/array/find.jsx                                                          doesn't exist
  app:bin:compile             .scss
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/array/find.scs                                                         s doesn't exist
  app:bin:compile             as directory
  app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/array/find doe                                                         sn't exist
  app:bin:compile       /root/AtomicSwapWallet/node_modules/@firebase/polyfill/dist/node_modules doe                                                         sn't exist or is not a directory
  app:bin:compile       /root/AtomicSwapWallet/node_modules/@firebase/node_modules doesn't exist or                                                          is not a directory
  app:bin:compile       /root/AtomicSwapWallet/node_modules/node_modules doesn't exist or is not a d                                                         irectory
  app:bin:compile       /root/node_modules doesn't exist or is not a directory
  app:bin:compile       /node_modules doesn't exist or is not a directory
  app:bin:compile       looking for modules in /root/AtomicSwapWallet/node_modules
  app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./node_modules)
  app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./node_modules)
  app:bin:compile           using description file: /root/AtomicSwapWallet/node_modules/core-js/pack                                                         age.json (relative path: ./features/array/find)
  app:bin:compile             no extension
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/array/find does                                                         n't exist
  app:bin:compile             .js
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/array/find.js d                                                         oesn't exist
  app:bin:compile             .jsx
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/array/find.jsx                                                          doesn't exist
  app:bin:compile             .scss
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/array/find.scss                                                          doesn't exist
  app:bin:compile             as directory
  app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/array/find does                                                         n't exist
  app:bin:compile       looking for modules in /root/AtomicSwapWallet/node_modules/@firebase/polyfil                                                         l/node_modules
  app:bin:compile         using description file: /root/AtomicSwapWallet/node_modules/@firebase/poly                                                         fill/package.json (relative path: ./node_modules)
  app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile         after using description file: /root/AtomicSwapWallet/node_modules/@firebas                                                         e/polyfill/package.json (relative path: ./node_modules)
  app:bin:compile           using description file: /root/AtomicSwapWallet/node_modules/@firebase/po                                                         lyfill/package.json (relative path: ./node_modules/core-js/features/array/find)
  app:bin:compile             no extension
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/array/find doesn't exist
  app:bin:compile             .js
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/array/find.js doesn't exist
  app:bin:compile             .jsx
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/array/find.jsx doesn't exist
  app:bin:compile             .scss
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/array/find.scss doesn't exist
  app:bin:compile             as directory
  app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/array/find doesn't exist
  app:bin:compile       looking for modules in /root/AtomicSwapWallet/swap.core
  app:bin:compile         using description file: /root/AtomicSwapWallet/swap.core/package.json (rel                                                         ative path: .)
  app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile         after using description file: /root/AtomicSwapWallet/swap.core/package.jso                                                         n (relative path: .)
  app:bin:compile           using description file: /root/AtomicSwapWallet/swap.core/package.json (r                                                         elative path: ./core-js/features/array/find)
  app:bin:compile             no extension
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/array/find doesn't                                                          exist
  app:bin:compile             .js
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/array/find.js does                                                         n't exist
  app:bin:compile             .jsx
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/array/find.jsx doe                                                         sn't exist
  app:bin:compile             .scss
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/array/find.scss do                                                         esn't exist
  app:bin:compile             as directory
  app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/array/find doesn't                                                          exist
  app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/array/find]
  app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/array/find.js]
  app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/array/find.jsx]
  app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/array/find.scss]
  app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/array/find]
  app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/array/find]
  app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/array/find.js]
  app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/array/find.jsx]
  app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/array/find.scss]
  app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/array/find]
  app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/array/find]
  app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/array/find.js]
  app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/array/find.jsx]
  app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/array/find.scss]
  app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/array/find]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/dist/node_modules]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/node_modules]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/node_modules]
  app:bin:compile [/root/node_modules]
  app:bin:compile [/node_modules]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/array/find]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/array/find]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/array/find.js]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/array/find.js]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/array/find.jsx]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/array/find.jsx]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/array/find.scss]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/array/find]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/array/find.scss]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/array/find]
  app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/array/find]
  app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/array/find.js]
  app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/array/find.jsx]
  app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/array/find.scss]
  app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/array/find]
  app:bin:compile  @ ./node_modules/@firebase/polyfill/dist/index.esm.js 3:0-37
  app:bin:compile  @ ./node_modules/firebase/app/dist/index.cjs.js
  app:bin:compile  @ ./shared/helpers/firebase/index.js
  app:bin:compile  @ ./shared/helpers/index.js
  app:bin:compile  @ ./client/index.js,./node_modules/@firebase/polyfill/dist/index.esm.js
  app:bin:compile Module not found: Error: Can't resolve 'core-js/features/array/find-index' in '/ro                                                         ot/AtomicSwapWallet/node_modules/@firebase/polyfill/dist'
  app:bin:compile resolve 'core-js/features/array/find-index' in '/root/AtomicSwapWallet/node_module                                                         s/@firebase/polyfill/dist'
  app:bin:compile   Parsed request is a module
  app:bin:compile   using description file: /root/AtomicSwapWallet/node_modules/@firebase/polyfill/p                                                         ackage.json (relative path: ./dist)
  app:bin:compile     Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile   after using description file: /root/AtomicSwapWallet/node_modules/@firebase/poly                                                         fill/package.json (relative path: ./dist)
  app:bin:compile     resolve as module
  app:bin:compile       looking for modules in /root/AtomicSwapWallet/client
  app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./client)
  app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./client)
  app:bin:compile           using description file: /root/AtomicSwapWallet/package.json (relative pa                                                         th: ./client/core-js/features/array/find-index)
  app:bin:compile             no extension
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/array/find-index does                                                         n't exist
  app:bin:compile             .js
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/array/find-index.js d                                                         oesn't exist
  app:bin:compile             .jsx
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/array/find-index.jsx                                                          doesn't exist
  app:bin:compile             .scss
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/array/find-index.scss                                                          doesn't exist
  app:bin:compile             as directory
  app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/array/find-index does                                                         n't exist
  app:bin:compile       looking for modules in /root/AtomicSwapWallet/shared
  app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./shared)
  app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./shared)
  app:bin:compile           using description file: /root/AtomicSwapWallet/package.json (relative pa                                                         th: ./shared/core-js/features/array/find-index)
  app:bin:compile             no extension
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/array/find-index does                                                         n't exist
  app:bin:compile             .js
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/array/find-index.js d                                                         oesn't exist
  app:bin:compile             .jsx
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/array/find-index.jsx                                                          doesn't exist
  app:bin:compile             .scss
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/array/find-index.scss                                                          doesn't exist
  app:bin:compile             as directory
  app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/array/find-index does                                                         n't exist
  app:bin:compile       looking for modules in /root/AtomicSwapWallet/local_modules
  app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./local_modules)
  app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./local_modules)
  app:bin:compile           using description file: /root/AtomicSwapWallet/package.json (relative pa                                                         th: ./local_modules/core-js/features/array/find-index)
  app:bin:compile             no extension
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/array/find-ind                                                         ex doesn't exist
  app:bin:compile             .js
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/array/find-ind                                                         ex.js doesn't exist
  app:bin:compile             .jsx
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/array/find-ind                                                         ex.jsx doesn't exist
  app:bin:compile             .scss
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/array/find-ind                                                         ex.scss doesn't exist
  app:bin:compile             as directory
  app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/array/find-ind                                                         ex doesn't exist
  app:bin:compile       /root/AtomicSwapWallet/node_modules/@firebase/polyfill/dist/node_modules doe                                                         sn't exist or is not a directory
  app:bin:compile       /root/AtomicSwapWallet/node_modules/@firebase/node_modules doesn't exist or                                                          is not a directory
  app:bin:compile       /root/AtomicSwapWallet/node_modules/node_modules doesn't exist or is not a d                                                         irectory
  app:bin:compile       /root/node_modules doesn't exist or is not a directory
  app:bin:compile       /node_modules doesn't exist or is not a directory
  app:bin:compile       looking for modules in /root/AtomicSwapWallet/node_modules
  app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./node_modules)
  app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./node_modules)
  app:bin:compile           using description file: /root/AtomicSwapWallet/node_modules/core-js/pack                                                         age.json (relative path: ./features/array/find-index)
  app:bin:compile             no extension
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/array/find-inde                                                         x doesn't exist
  app:bin:compile             .js
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/array/find-inde                                                         x.js doesn't exist
  app:bin:compile             .jsx
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/array/find-inde                                                         x.jsx doesn't exist
  app:bin:compile             .scss
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/array/find-inde                                                         x.scss doesn't exist
  app:bin:compile             as directory
  app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/array/find-inde                                                         x doesn't exist
  app:bin:compile       looking for modules in /root/AtomicSwapWallet/node_modules/@firebase/polyfil                                                         l/node_modules
  app:bin:compile         using description file: /root/AtomicSwapWallet/node_modules/@firebase/poly                                                         fill/package.json (relative path: ./node_modules)
  app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile         after using description file: /root/AtomicSwapWallet/node_modules/@firebas                                                         e/polyfill/package.json (relative path: ./node_modules)
  app:bin:compile           using description file: /root/AtomicSwapWallet/node_modules/@firebase/po                                                         lyfill/package.json (relative path: ./node_modules/core-js/features/array/find-index)
  app:bin:compile             no extension
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/array/find-index doesn't exist
  app:bin:compile             .js
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/array/find-index.js doesn't exist
  app:bin:compile             .jsx
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/array/find-index.jsx doesn't exist
  app:bin:compile             .scss
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/array/find-index.scss doesn't exist
  app:bin:compile             as directory
  app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/array/find-index doesn't exist
  app:bin:compile       looking for modules in /root/AtomicSwapWallet/swap.core
  app:bin:compile         using description file: /root/AtomicSwapWallet/swap.core/package.json (rel                                                         ative path: .)
  app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile         after using description file: /root/AtomicSwapWallet/swap.core/package.jso                                                         n (relative path: .)
  app:bin:compile           using description file: /root/AtomicSwapWallet/swap.core/package.json (r                                                         elative path: ./core-js/features/array/find-index)
  app:bin:compile             no extension
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/array/find-index d                                                         oesn't exist
  app:bin:compile             .js
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/array/find-index.j                                                         s doesn't exist
  app:bin:compile             .jsx
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/array/find-index.j                                                         sx doesn't exist
  app:bin:compile             .scss
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/array/find-index.s                                                         css doesn't exist
  app:bin:compile             as directory
  app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/array/find-index d                                                         oesn't exist
  app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/array/find-index]
  app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/array/find-index.js]
  app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/array/find-index.jsx]
  app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/array/find-index.scss]
  app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/array/find-index]
  app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/array/find-index]
  app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/array/find-index.js]
  app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/array/find-index.jsx]
  app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/array/find-index.scss]
  app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/array/find-index]
  app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/array/find-index]
  app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/array/find-index.js]
  app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/array/find-index.jsx]
  app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/array/find-index.scss]
  app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/array/find-index]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/dist/node_modules]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/node_modules]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/node_modules]
  app:bin:compile [/root/node_modules]
  app:bin:compile [/node_modules]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/array/find-index]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/array/find-index]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/array/find-index.js]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/array/find-index.js]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/array/find-index.jsx]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/array/find-index.jsx]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/array/find-index.scss]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/array/find-index]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/array/find-index.scss]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/array/find-index]
  app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/array/find-index]
  app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/array/find-index.js]
  app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/array/find-index.jsx]
  app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/array/find-index.scss]
  app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/array/find-index]
  app:bin:compile  @ ./node_modules/@firebase/polyfill/dist/index.esm.js 4:0-43
  app:bin:compile  @ ./node_modules/firebase/app/dist/index.cjs.js
  app:bin:compile  @ ./shared/helpers/firebase/index.js
  app:bin:compile  @ ./shared/helpers/index.js
  app:bin:compile  @ ./client/index.js,./node_modules/@firebase/polyfill/dist/index.esm.js
  app:bin:compile Module not found: Error: Can't resolve 'core-js/features/object/assign' in '/root/                                                         AtomicSwapWallet/node_modules/@firebase/polyfill/dist'
  app:bin:compile resolve 'core-js/features/object/assign' in '/root/AtomicSwapWallet/node_modules/@                                                         firebase/polyfill/dist'
  app:bin:compile   Parsed request is a module
  app:bin:compile   using description file: /root/AtomicSwapWallet/node_modules/@firebase/polyfill/p                                                         ackage.json (relative path: ./dist)
  app:bin:compile     Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile   after using description file: /root/AtomicSwapWallet/node_modules/@firebase/poly                                                         fill/package.json (relative path: ./dist)
  app:bin:compile     resolve as module
  app:bin:compile       looking for modules in /root/AtomicSwapWallet/client
  app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./client)
  app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./client)
  app:bin:compile           using description file: /root/AtomicSwapWallet/package.json (relative pa                                                         th: ./client/core-js/features/object/assign)
  app:bin:compile             no extension
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/object/assign doesn't                                                          exist
  app:bin:compile             .js
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/object/assign.js does                                                         n't exist
  app:bin:compile             .jsx
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/object/assign.jsx doe                                                         sn't exist
  app:bin:compile             .scss
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/object/assign.scss do                                                         esn't exist
  app:bin:compile             as directory
  app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/object/assign doesn't                                                          exist
  app:bin:compile       looking for modules in /root/AtomicSwapWallet/shared
  app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./shared)
  app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./shared)
  app:bin:compile           using description file: /root/AtomicSwapWallet/package.json (relative pa                                                         th: ./shared/core-js/features/object/assign)
  app:bin:compile             no extension
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/object/assign doesn't                                                          exist
  app:bin:compile             .js
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/object/assign.js does                                                         n't exist
  app:bin:compile             .jsx
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/object/assign.jsx doe                                                         sn't exist
  app:bin:compile             .scss
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/object/assign.scss do                                                         esn't exist
  app:bin:compile             as directory
  app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/object/assign doesn't                                                          exist
  app:bin:compile       looking for modules in /root/AtomicSwapWallet/local_modules
  app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./local_modules)
  app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./local_modules)
  app:bin:compile           using description file: /root/AtomicSwapWallet/package.json (relative pa                                                         th: ./local_modules/core-js/features/object/assign)
  app:bin:compile             no extension
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/object/assign                                                          doesn't exist
  app:bin:compile             .js
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/object/assign.                                                         js doesn't exist
  app:bin:compile             .jsx
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/object/assign.                                                         jsx doesn't exist
  app:bin:compile             .scss
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/object/assign.                                                         scss doesn't exist
  app:bin:compile             as directory
  app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/object/assign                                                          doesn't exist
  app:bin:compile       /root/AtomicSwapWallet/node_modules/@firebase/polyfill/dist/node_modules doe                                                         sn't exist or is not a directory
  app:bin:compile       /root/AtomicSwapWallet/node_modules/@firebase/node_modules doesn't exist or                                                          is not a directory
  app:bin:compile       /root/AtomicSwapWallet/node_modules/node_modules doesn't exist or is not a d                                                         irectory
  app:bin:compile       /root/node_modules doesn't exist or is not a directory
  app:bin:compile       /node_modules doesn't exist or is not a directory
  app:bin:compile       looking for modules in /root/AtomicSwapWallet/node_modules
  app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./node_modules)
  app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./node_modules)
  app:bin:compile           using description file: /root/AtomicSwapWallet/node_modules/core-js/pack                                                         age.json (relative path: ./features/object/assign)
  app:bin:compile             no extension
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/object/assign d                                                         oesn't exist
  app:bin:compile             .js
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/object/assign.j                                                         s doesn't exist
  app:bin:compile             .jsx
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/object/assign.j                                                         sx doesn't exist
  app:bin:compile             .scss
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/object/assign.s                                                         css doesn't exist
  app:bin:compile             as directory
  app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/object/assign d                                                         oesn't exist
  app:bin:compile       looking for modules in /root/AtomicSwapWallet/node_modules/@firebase/polyfil                                                         l/node_modules
  app:bin:compile         using description file: /root/AtomicSwapWallet/node_modules/@firebase/poly                                                         fill/package.json (relative path: ./node_modules)
  app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile         after using description file: /root/AtomicSwapWallet/node_modules/@firebas                                                         e/polyfill/package.json (relative path: ./node_modules)
  app:bin:compile           using description file: /root/AtomicSwapWallet/node_modules/@firebase/po                                                         lyfill/package.json (relative path: ./node_modules/core-js/features/object/assign)
  app:bin:compile             no extension
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/object/assign doesn't exist
  app:bin:compile             .js
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/object/assign.js doesn't exist
  app:bin:compile             .jsx
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/object/assign.jsx doesn't exist
  app:bin:compile             .scss
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/object/assign.scss doesn't exist
  app:bin:compile             as directory
  app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/object/assign doesn't exist
  app:bin:compile       looking for modules in /root/AtomicSwapWallet/swap.core
  app:bin:compile         using description file: /root/AtomicSwapWallet/swap.core/package.json (rel                                                         ative path: .)
  app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile         after using description file: /root/AtomicSwapWallet/swap.core/package.jso                                                         n (relative path: .)
  app:bin:compile           using description file: /root/AtomicSwapWallet/swap.core/package.json (r                                                         elative path: ./core-js/features/object/assign)
  app:bin:compile             no extension
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/object/assign does                                                         n't exist
  app:bin:compile             .js
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/object/assign.js d                                                         oesn't exist
  app:bin:compile             .jsx
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/object/assign.jsx                                                          doesn't exist
  app:bin:compile             .scss
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/object/assign.scss                                                          doesn't exist
  app:bin:compile             as directory
  app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/object/assign does                                                         n't exist
  app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/object/assign]
  app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/object/assign.js]
  app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/object/assign.jsx]
  app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/object/assign.scss]
  app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/object/assign]
  app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/object/assign]
  app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/object/assign.js]
  app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/object/assign.jsx]
  app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/object/assign.scss]
  app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/object/assign]
  app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/object/assign]
  app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/object/assign.js]
  app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/object/assign.jsx]
  app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/object/assign.scss]
  app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/object/assign]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/dist/node_modules]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/node_modules]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/node_modules]
  app:bin:compile [/root/node_modules]
  app:bin:compile [/node_modules]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/object/assign]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/object/assign]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/object/assign.js]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/object/assign.js]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/object/assign.jsx]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/object/assign.jsx]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/object/assign.scss]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/object/assign]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/object/assign.scss]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/object/assign]
  app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/object/assign]
  app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/object/assign.js]
  app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/object/assign.jsx]
  app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/object/assign.scss]
  app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/object/assign]
  app:bin:compile  @ ./node_modules/@firebase/polyfill/dist/index.esm.js 5:0-40
  app:bin:compile  @ ./node_modules/firebase/app/dist/index.cjs.js
  app:bin:compile  @ ./shared/helpers/firebase/index.js
  app:bin:compile  @ ./shared/helpers/index.js
  app:bin:compile  @ ./client/index.js,./node_modules/@firebase/polyfill/dist/index.esm.js
  app:bin:compile Module not found: Error: Can't resolve 'core-js/features/string/repeat' in '/root/                                                         AtomicSwapWallet/node_modules/@firebase/polyfill/dist'
  app:bin:compile resolve 'core-js/features/string/repeat' in '/root/AtomicSwapWallet/node_modules/@                                                         firebase/polyfill/dist'
  app:bin:compile   Parsed request is a module
  app:bin:compile   using description file: /root/AtomicSwapWallet/node_modules/@firebase/polyfill/p                                                         ackage.json (relative path: ./dist)
  app:bin:compile     Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile   after using description file: /root/AtomicSwapWallet/node_modules/@firebase/poly                                                         fill/package.json (relative path: ./dist)
  app:bin:compile     resolve as module
  app:bin:compile       looking for modules in /root/AtomicSwapWallet/client
  app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./client)
  app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./client)
  app:bin:compile           using description file: /root/AtomicSwapWallet/package.json (relative pa                                                         th: ./client/core-js/features/string/repeat)
  app:bin:compile             no extension
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/string/repeat doesn't                                                          exist
  app:bin:compile             .js
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/string/repeat.js does                                                         n't exist
  app:bin:compile             .jsx
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/string/repeat.jsx doe                                                         sn't exist
  app:bin:compile             .scss
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/string/repeat.scss do                                                         esn't exist
  app:bin:compile             as directory
  app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/string/repeat doesn't                                                          exist
  app:bin:compile       looking for modules in /root/AtomicSwapWallet/shared
  app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./shared)
  app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./shared)
  app:bin:compile           using description file: /root/AtomicSwapWallet/package.json (relative pa                                                         th: ./shared/core-js/features/string/repeat)
  app:bin:compile             no extension
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/string/repeat doesn't                                                          exist
  app:bin:compile             .js
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/string/repeat.js does                                                         n't exist
  app:bin:compile             .jsx
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/string/repeat.jsx doe                                                         sn't exist
  app:bin:compile             .scss
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/string/repeat.scss do                                                         esn't exist
  app:bin:compile             as directory
  app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/string/repeat doesn't                                                          exist
  app:bin:compile       looking for modules in /root/AtomicSwapWallet/local_modules
  app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./local_modules)
  app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./local_modules)
  app:bin:compile           using description file: /root/AtomicSwapWallet/package.json (relative pa                                                         th: ./local_modules/core-js/features/string/repeat)
  app:bin:compile             no extension
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/string/repeat                                                          doesn't exist
  app:bin:compile             .js
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/string/repeat.                                                         js doesn't exist
  app:bin:compile             .jsx
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/string/repeat.                                                         jsx doesn't exist
  app:bin:compile             .scss
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/string/repeat.                                                         scss doesn't exist
  app:bin:compile             as directory
  app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/string/repeat                                                          doesn't exist
  app:bin:compile       /root/AtomicSwapWallet/node_modules/@firebase/polyfill/dist/node_modules doe                                                         sn't exist or is not a directory
  app:bin:compile       /root/AtomicSwapWallet/node_modules/@firebase/node_modules doesn't exist or                                                          is not a directory
  app:bin:compile       /root/AtomicSwapWallet/node_modules/node_modules doesn't exist or is not a d                                                         irectory
  app:bin:compile       /root/node_modules doesn't exist or is not a directory
  app:bin:compile       /node_modules doesn't exist or is not a directory
  app:bin:compile       looking for modules in /root/AtomicSwapWallet/node_modules
  app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./node_modules)
  app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./node_modules)
  app:bin:compile           using description file: /root/AtomicSwapWallet/node_modules/core-js/pack                                                         age.json (relative path: ./features/string/repeat)
  app:bin:compile             no extension
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/string/repeat d                                                         oesn't exist
  app:bin:compile             .js
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/string/repeat.j                                                         s doesn't exist
  app:bin:compile             .jsx
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/string/repeat.j                                                         sx doesn't exist
  app:bin:compile             .scss
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/string/repeat.s                                                         css doesn't exist
  app:bin:compile             as directory
  app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/string/repeat d                                                         oesn't exist
  app:bin:compile       looking for modules in /root/AtomicSwapWallet/node_modules/@firebase/polyfil                                                         l/node_modules
  app:bin:compile         using description file: /root/AtomicSwapWallet/node_modules/@firebase/poly                                                         fill/package.json (relative path: ./node_modules)
  app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile         after using description file: /root/AtomicSwapWallet/node_modules/@firebas                                                         e/polyfill/package.json (relative path: ./node_modules)
  app:bin:compile           using description file: /root/AtomicSwapWallet/node_modules/@firebase/po                                                         lyfill/package.json (relative path: ./node_modules/core-js/features/string/repeat)
  app:bin:compile             no extension
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/string/repeat doesn't exist
  app:bin:compile             .js
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/string/repeat.js doesn't exist
  app:bin:compile             .jsx
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/string/repeat.jsx doesn't exist
  app:bin:compile             .scss
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/string/repeat.scss doesn't exist
  app:bin:compile             as directory
  app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/string/repeat doesn't exist
  app:bin:compile       looking for modules in /root/AtomicSwapWallet/swap.core
  app:bin:compile         using description file: /root/AtomicSwapWallet/swap.core/package.json (rel                                                         ative path: .)
  app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile         after using description file: /root/AtomicSwapWallet/swap.core/package.jso                                                         n (relative path: .)
  app:bin:compile           using description file: /root/AtomicSwapWallet/swap.core/package.json (r                                                         elative path: ./core-js/features/string/repeat)
  app:bin:compile             no extension
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/string/repeat does                                                         n't exist
  app:bin:compile             .js
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/string/repeat.js d                                                         oesn't exist
  app:bin:compile             .jsx
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/string/repeat.jsx                                                          doesn't exist
  app:bin:compile             .scss
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/string/repeat.scss                                                          doesn't exist
  app:bin:compile             as directory
  app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/string/repeat does                                                         n't exist
  app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/string/repeat]
  app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/string/repeat.js]
  app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/string/repeat.jsx]
  app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/string/repeat.scss]
  app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/string/repeat]
  app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/string/repeat]
  app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/string/repeat.js]
  app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/string/repeat.jsx]
  app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/string/repeat.scss]
  app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/string/repeat]
  app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/string/repeat]
  app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/string/repeat.js]
  app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/string/repeat.jsx]
  app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/string/repeat.scss]
  app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/string/repeat]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/dist/node_modules]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/node_modules]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/node_modules]
  app:bin:compile [/root/node_modules]
  app:bin:compile [/node_modules]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/string/repeat]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/string/repeat]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/string/repeat.js]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/string/repeat.js]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/string/repeat.jsx]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/string/repeat.jsx]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/string/repeat.scss]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/string/repeat]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/string/repeat.scss]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/string/repeat]
  app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/string/repeat]
  app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/string/repeat.js]
  app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/string/repeat.jsx]
  app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/string/repeat.scss]
  app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/string/repeat]
  app:bin:compile  @ ./node_modules/@firebase/polyfill/dist/index.esm.js 7:0-40
  app:bin:compile  @ ./node_modules/firebase/app/dist/index.cjs.js
  app:bin:compile  @ ./shared/helpers/firebase/index.js
  app:bin:compile  @ ./shared/helpers/index.js
  app:bin:compile  @ ./client/index.js,./node_modules/@firebase/polyfill/dist/index.esm.js
  app:bin:compile Module not found: Error: Can't resolve 'core-js/features/string/starts-with' in '/                                                         root/AtomicSwapWallet/node_modules/@firebase/polyfill/dist'
  app:bin:compile resolve 'core-js/features/string/starts-with' in '/root/AtomicSwapWallet/node_modu                                                         les/@firebase/polyfill/dist'
  app:bin:compile   Parsed request is a module
  app:bin:compile   using description file: /root/AtomicSwapWallet/node_modules/@firebase/polyfill/p                                                         ackage.json (relative path: ./dist)
  app:bin:compile     Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile   after using description file: /root/AtomicSwapWallet/node_modules/@firebase/poly                                                         fill/package.json (relative path: ./dist)
  app:bin:compile     resolve as module
  app:bin:compile       looking for modules in /root/AtomicSwapWallet/client
  app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./client)
  app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./client)
  app:bin:compile           using description file: /root/AtomicSwapWallet/package.json (relative pa                                                         th: ./client/core-js/features/string/starts-with)
  app:bin:compile             no extension
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/string/starts-with do                                                         esn't exist
  app:bin:compile             .js
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/string/starts-with.js                                                          doesn't exist
  app:bin:compile             .jsx
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/string/starts-with.js                                                         x doesn't exist
  app:bin:compile             .scss
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/string/starts-with.sc                                                         ss doesn't exist
  app:bin:compile             as directory
  app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/string/starts-with do                                                         esn't exist
  app:bin:compile       looking for modules in /root/AtomicSwapWallet/shared
  app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./shared)
  app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./shared)
  app:bin:compile           using description file: /root/AtomicSwapWallet/package.json (relative pa                                                         th: ./shared/core-js/features/string/starts-with)
  app:bin:compile             no extension
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/string/starts-with do                                                         esn't exist
  app:bin:compile             .js
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/string/starts-with.js                                                          doesn't exist
  app:bin:compile             .jsx
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/string/starts-with.js                                                         x doesn't exist
  app:bin:compile             .scss
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/string/starts-with.sc                                                         ss doesn't exist
  app:bin:compile             as directory
  app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/string/starts-with do                                                         esn't exist
  app:bin:compile       looking for modules in /root/AtomicSwapWallet/local_modules
  app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./local_modules)
  app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./local_modules)
  app:bin:compile           using description file: /root/AtomicSwapWallet/package.json (relative pa                                                         th: ./local_modules/core-js/features/string/starts-with)
  app:bin:compile             no extension
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/string/starts-                                                         with doesn't exist
  app:bin:compile             .js
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/string/starts-                                                         with.js doesn't exist
  app:bin:compile             .jsx
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/string/starts-                                                         with.jsx doesn't exist
  app:bin:compile             .scss
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/string/starts-                                                         with.scss doesn't exist
  app:bin:compile             as directory
  app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/string/starts-                                                         with doesn't exist
  app:bin:compile       /root/AtomicSwapWallet/node_modules/@firebase/polyfill/dist/node_modules doe                                                         sn't exist or is not a directory
  app:bin:compile       /root/AtomicSwapWallet/node_modules/@firebase/node_modules doesn't exist or                                                          is not a directory
  app:bin:compile       /root/AtomicSwapWallet/node_modules/node_modules doesn't exist or is not a d                                                         irectory
  app:bin:compile       /root/node_modules doesn't exist or is not a directory
  app:bin:compile       /node_modules doesn't exist or is not a directory
  app:bin:compile       looking for modules in /root/AtomicSwapWallet/node_modules
  app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./node_modules)
  app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./node_modules)
  app:bin:compile           using description file: /root/AtomicSwapWallet/node_modules/core-js/pack                                                         age.json (relative path: ./features/string/starts-with)
  app:bin:compile             no extension
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/string/starts-w                                                         ith doesn't exist
  app:bin:compile             .js
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/string/starts-w                                                         ith.js doesn't exist
  app:bin:compile             .jsx
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/string/starts-w                                                         ith.jsx doesn't exist
  app:bin:compile             .scss
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/string/starts-w                                                         ith.scss doesn't exist
  app:bin:compile             as directory
  app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/string/starts-w                                                         ith doesn't exist
  app:bin:compile       looking for modules in /root/AtomicSwapWallet/node_modules/@firebase/polyfil                                                         l/node_modules
  app:bin:compile         using description file: /root/AtomicSwapWallet/node_modules/@firebase/poly                                                         fill/package.json (relative path: ./node_modules)
  app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile         after using description file: /root/AtomicSwapWallet/node_modules/@firebas                                                         e/polyfill/package.json (relative path: ./node_modules)
  app:bin:compile           using description file: /root/AtomicSwapWallet/node_modules/@firebase/po                                                         lyfill/package.json (relative path: ./node_modules/core-js/features/string/starts-with)
  app:bin:compile             no extension
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/string/starts-with doesn't exist
  app:bin:compile             .js
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/string/starts-with.js doesn't exist
  app:bin:compile             .jsx
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/string/starts-with.jsx doesn't exist
  app:bin:compile             .scss
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/string/starts-with.scss doesn't exist
  app:bin:compile             as directory
  app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/string/starts-with doesn't exist
  app:bin:compile       looking for modules in /root/AtomicSwapWallet/swap.core
  app:bin:compile         using description file: /root/AtomicSwapWallet/swap.core/package.json (rel                                                         ative path: .)
  app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile         after using description file: /root/AtomicSwapWallet/swap.core/package.jso                                                         n (relative path: .)
  app:bin:compile           using description file: /root/AtomicSwapWallet/swap.core/package.json (r                                                         elative path: ./core-js/features/string/starts-with)
  app:bin:compile             no extension
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/string/starts-with                                                          doesn't exist
  app:bin:compile             .js
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/string/starts-with                                                         .js doesn't exist
  app:bin:compile             .jsx
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/string/starts-with                                                         .jsx doesn't exist
  app:bin:compile             .scss
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/string/starts-with                                                         .scss doesn't exist
  app:bin:compile             as directory
  app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/string/starts-with                                                          doesn't exist
  app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/string/starts-with]
  app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/string/starts-with.js]
  app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/string/starts-with.jsx]
  app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/string/starts-with.scss]
  app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/string/starts-with]
  app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/string/starts-with]
  app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/string/starts-with.js]
  app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/string/starts-with.jsx]
  app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/string/starts-with.scss]
  app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/string/starts-with]
  app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/string/starts-with]
  app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/string/starts-with.js]
  app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/string/starts-with.jsx]
  app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/string/starts-with.scss]
  app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/string/starts-with]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/dist/node_modules]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/node_modules]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/node_modules]
  app:bin:compile [/root/node_modules]
  app:bin:compile [/node_modules]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/string/starts-with]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/string/starts-with]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/string/starts-with.js]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/string/starts-with.js]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/string/starts-with.jsx]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/string/starts-with.jsx]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/string/starts-with.scss]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/string/starts-with]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/string/starts-with.scss]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/string/starts-with]
  app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/string/starts-with]
  app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/string/starts-with.js]
  app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/string/starts-with.jsx]
  app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/string/starts-with.scss]
  app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/string/starts-with]
  app:bin:compile  @ ./node_modules/@firebase/polyfill/dist/index.esm.js 6:0-45
  app:bin:compile  @ ./node_modules/firebase/app/dist/index.cjs.js
  app:bin:compile  @ ./shared/helpers/firebase/index.js
  app:bin:compile  @ ./shared/helpers/index.js
  app:bin:compile  @ ./client/index.js,./node_modules/@firebase/polyfill/dist/index.esm.js
  app:bin:compile Module not found: Error: Can't resolve 'core-js/features/symbol' in '/root/AtomicS                                                         wapWallet/node_modules/@firebase/polyfill/dist'
  app:bin:compile resolve 'core-js/features/symbol' in '/root/AtomicSwapWallet/node_modules/@firebas                                                         e/polyfill/dist'
  app:bin:compile   Parsed request is a module
  app:bin:compile   using description file: /root/AtomicSwapWallet/node_modules/@firebase/polyfill/p                                                         ackage.json (relative path: ./dist)
  app:bin:compile     Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile   after using description file: /root/AtomicSwapWallet/node_modules/@firebase/poly                                                         fill/package.json (relative path: ./dist)
  app:bin:compile     resolve as module
  app:bin:compile       looking for modules in /root/AtomicSwapWallet/client
  app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./client)
  app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./client)
  app:bin:compile           using description file: /root/AtomicSwapWallet/package.json (relative pa                                                         th: ./client/core-js/features/symbol)
  app:bin:compile             no extension
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/symbol doesn't exist
  app:bin:compile             .js
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/symbol.js doesn't exi                                                         st
  app:bin:compile             .jsx
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/symbol.jsx doesn't ex                                                         ist
  app:bin:compile             .scss
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/symbol.scss doesn't e                                                         xist
  app:bin:compile             as directory
  app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/symbol doesn't exist
  app:bin:compile       looking for modules in /root/AtomicSwapWallet/shared
  app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./shared)
  app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./shared)
  app:bin:compile           using description file: /root/AtomicSwapWallet/package.json (relative pa                                                         th: ./shared/core-js/features/symbol)
  app:bin:compile             no extension
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/symbol doesn't exist
  app:bin:compile             .js
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/symbol.js doesn't exi                                                         st
  app:bin:compile             .jsx
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/symbol.jsx doesn't ex                                                         ist
  app:bin:compile             .scss
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/symbol.scss doesn't e                                                         xist
  app:bin:compile             as directory
  app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/symbol doesn't exist
  app:bin:compile       looking for modules in /root/AtomicSwapWallet/local_modules
  app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./local_modules)
  app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./local_modules)
  app:bin:compile           using description file: /root/AtomicSwapWallet/package.json (relative pa                                                         th: ./local_modules/core-js/features/symbol)
  app:bin:compile             no extension
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/symbol doesn't                                                          exist
  app:bin:compile             .js
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/symbol.js does                                                         n't exist
  app:bin:compile             .jsx
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/symbol.jsx doe                                                         sn't exist
  app:bin:compile             .scss
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/symbol.scss do                                                         esn't exist
  app:bin:compile             as directory
  app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/symbol doesn't                                                          exist
  app:bin:compile       /root/AtomicSwapWallet/node_modules/@firebase/polyfill/dist/node_modules doe                                                         sn't exist or is not a directory
  app:bin:compile       /root/AtomicSwapWallet/node_modules/@firebase/node_modules doesn't exist or                                                          is not a directory
  app:bin:compile       /root/AtomicSwapWallet/node_modules/node_modules doesn't exist or is not a d                                                         irectory
  app:bin:compile       /root/node_modules doesn't exist or is not a directory
  app:bin:compile       /node_modules doesn't exist or is not a directory
  app:bin:compile       looking for modules in /root/AtomicSwapWallet/node_modules
  app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./node_modules)
  app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./node_modules)
  app:bin:compile           using description file: /root/AtomicSwapWallet/node_modules/core-js/pack                                                         age.json (relative path: ./features/symbol)
  app:bin:compile             no extension
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/symbol doesn't                                                          exist
  app:bin:compile             .js
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/symbol.js doesn                                                         't exist
  app:bin:compile             .jsx
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/symbol.jsx does                                                         n't exist
  app:bin:compile             .scss
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/symbol.scss doe                                                         sn't exist
  app:bin:compile             as directory
  app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/symbol doesn't                                                          exist
  app:bin:compile       looking for modules in /root/AtomicSwapWallet/node_modules/@firebase/polyfil                                                         l/node_modules
  app:bin:compile         using description file: /root/AtomicSwapWallet/node_modules/@firebase/poly                                                         fill/package.json (relative path: ./node_modules)
  app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile         after using description file: /root/AtomicSwapWallet/node_modules/@firebas                                                         e/polyfill/package.json (relative path: ./node_modules)
  app:bin:compile           using description file: /root/AtomicSwapWallet/node_modules/@firebase/po                                                         lyfill/package.json (relative path: ./node_modules/core-js/features/symbol)
  app:bin:compile             no extension
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/symbol doesn't exist
  app:bin:compile             .js
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/symbol.js doesn't exist
  app:bin:compile             .jsx
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/symbol.jsx doesn't exist
  app:bin:compile             .scss
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/symbol.scss doesn't exist
  app:bin:compile             as directory
  app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/symbol doesn't exist
  app:bin:compile       looking for modules in /root/AtomicSwapWallet/swap.core
  app:bin:compile         using description file: /root/AtomicSwapWallet/swap.core/package.json (rel                                                         ative path: .)
  app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile         after using description file: /root/AtomicSwapWallet/swap.core/package.jso                                                         n (relative path: .)
  app:bin:compile           using description file: /root/AtomicSwapWallet/swap.core/package.json (r                                                         elative path: ./core-js/features/symbol)
  app:bin:compile             no extension
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/symbol doesn't exi                                                         st
  app:bin:compile             .js
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/symbol.js doesn't                                                          exist
  app:bin:compile             .jsx
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/symbol.jsx doesn't                                                          exist
  app:bin:compile             .scss
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/symbol.scss doesn'                                                         t exist
  app:bin:compile             as directory
  app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/symbol doesn't exi                                                         st
  app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/symbol]
  app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/symbol.js]
  app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/symbol.jsx]
  app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/symbol.scss]
  app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/symbol]
  app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/symbol]
  app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/symbol.js]
  app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/symbol.jsx]
  app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/symbol.scss]
  app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/symbol]
  app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/symbol]
  app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/symbol.js]
  app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/symbol.jsx]
  app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/symbol.scss]
  app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/symbol]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/dist/node_modules]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/node_modules]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/node_modules]
  app:bin:compile [/root/node_modules]
  app:bin:compile [/node_modules]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/symbol]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/symbol]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/symbol.js]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/symbol.js]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/symbol.jsx]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/symbol.jsx]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/symbol.scss]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/symbol]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/symbol.scss]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/symbol]
  app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/symbol]
  app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/symbol.js]
  app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/symbol.jsx]
  app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/symbol.scss]
  app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/symbol]
  app:bin:compile  @ ./node_modules/@firebase/polyfill/dist/index.esm.js 8:0-33
  app:bin:compile  @ ./node_modules/firebase/app/dist/index.cjs.js
  app:bin:compile  @ ./shared/helpers/firebase/index.js
  app:bin:compile  @ ./shared/helpers/index.js
  app:bin:compile  @ ./client/index.js,./node_modules/@firebase/polyfill/dist/index.esm.js
  app:bin:compile Module not found: Error: Can't resolve 'core-js/features/symbol/iterator' in '/roo                                                         t/AtomicSwapWallet/node_modules/@firebase/polyfill/dist'
  app:bin:compile resolve 'core-js/features/symbol/iterator' in '/root/AtomicSwapWallet/node_modules                                                         /@firebase/polyfill/dist'
  app:bin:compile   Parsed request is a module
  app:bin:compile   using description file: /root/AtomicSwapWallet/node_modules/@firebase/polyfill/p                                                         ackage.json (relative path: ./dist)
  app:bin:compile     Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile   after using description file: /root/AtomicSwapWallet/node_modules/@firebase/poly                                                         fill/package.json (relative path: ./dist)
  app:bin:compile     resolve as module
  app:bin:compile       looking for modules in /root/AtomicSwapWallet/client
  app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./client)
  app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./client)
  app:bin:compile           using description file: /root/AtomicSwapWallet/package.json (relative pa                                                         th: ./client/core-js/features/symbol/iterator)
  app:bin:compile             no extension
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/symbol/iterator doesn                                                         't exist
  app:bin:compile             .js
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/symbol/iterator.js do                                                         esn't exist
  app:bin:compile             .jsx
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/symbol/iterator.jsx d                                                         oesn't exist
  app:bin:compile             .scss
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/symbol/iterator.scss                                                          doesn't exist
  app:bin:compile             as directory
  app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/symbol/iterator doesn                                                         't exist
  app:bin:compile       looking for modules in /root/AtomicSwapWallet/shared
  app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./shared)
  app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./shared)
  app:bin:compile           using description file: /root/AtomicSwapWallet/package.json (relative pa                                                         th: ./shared/core-js/features/symbol/iterator)
  app:bin:compile             no extension
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/symbol/iterator doesn                                                         't exist
  app:bin:compile             .js
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/symbol/iterator.js do                                                         esn't exist
  app:bin:compile             .jsx
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/symbol/iterator.jsx d                                                         oesn't exist
  app:bin:compile             .scss
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/symbol/iterator.scss                                                          doesn't exist
  app:bin:compile             as directory
  app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/symbol/iterator doesn                                                         't exist
  app:bin:compile       looking for modules in /root/AtomicSwapWallet/local_modules
  app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./local_modules)
  app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./local_modules)
  app:bin:compile           using description file: /root/AtomicSwapWallet/package.json (relative pa                                                         th: ./local_modules/core-js/features/symbol/iterator)
  app:bin:compile             no extension
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/symbol/iterato                                                         r doesn't exist
  app:bin:compile             .js
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/symbol/iterato                                                         r.js doesn't exist
  app:bin:compile             .jsx
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/symbol/iterato                                                         r.jsx doesn't exist
  app:bin:compile             .scss
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/symbol/iterato                                                         r.scss doesn't exist
  app:bin:compile             as directory
  app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/symbol/iterato                                                         r doesn't exist
  app:bin:compile       /root/AtomicSwapWallet/node_modules/@firebase/polyfill/dist/node_modules doe                                                         sn't exist or is not a directory
  app:bin:compile       /root/AtomicSwapWallet/node_modules/@firebase/node_modules doesn't exist or                                                          is not a directory
  app:bin:compile       /root/AtomicSwapWallet/node_modules/node_modules doesn't exist or is not a d                                                         irectory
  app:bin:compile       /root/node_modules doesn't exist or is not a directory
  app:bin:compile       /node_modules doesn't exist or is not a directory
  app:bin:compile       looking for modules in /root/AtomicSwapWallet/node_modules
  app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./node_modules)
  app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./node_modules)
  app:bin:compile           using description file: /root/AtomicSwapWallet/node_modules/core-js/pack                                                         age.json (relative path: ./features/symbol/iterator)
  app:bin:compile             no extension
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/symbol/iterator                                                          doesn't exist
  app:bin:compile             .js
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/symbol/iterator                                                         .js doesn't exist
  app:bin:compile             .jsx
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/symbol/iterator                                                         .jsx doesn't exist
  app:bin:compile             .scss
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/symbol/iterator                                                         .scss doesn't exist
  app:bin:compile             as directory
  app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/symbol/iterator                                                          doesn't exist
  app:bin:compile       looking for modules in /root/AtomicSwapWallet/node_modules/@firebase/polyfil                                                         l/node_modules
  app:bin:compile         using description file: /root/AtomicSwapWallet/node_modules/@firebase/poly                                                         fill/package.json (relative path: ./node_modules)
  app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile         after using description file: /root/AtomicSwapWallet/node_modules/@firebas                                                         e/polyfill/package.json (relative path: ./node_modules)
  app:bin:compile           using description file: /root/AtomicSwapWallet/node_modules/@firebase/po                                                         lyfill/package.json (relative path: ./node_modules/core-js/features/symbol/iterator)
  app:bin:compile             no extension
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/symbol/iterator doesn't exist
  app:bin:compile             .js
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/symbol/iterator.js doesn't exist
  app:bin:compile             .jsx
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/symbol/iterator.jsx doesn't exist
  app:bin:compile             .scss
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/symbol/iterator.scss doesn't exist
  app:bin:compile             as directory
  app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/symbol/iterator doesn't exist
  app:bin:compile       looking for modules in /root/AtomicSwapWallet/swap.core
  app:bin:compile         using description file: /root/AtomicSwapWallet/swap.core/package.json (rel                                                         ative path: .)
  app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile         after using description file: /root/AtomicSwapWallet/swap.core/package.jso                                                         n (relative path: .)
  app:bin:compile           using description file: /root/AtomicSwapWallet/swap.core/package.json (r                                                         elative path: ./core-js/features/symbol/iterator)
  app:bin:compile             no extension
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/symbol/iterator do                                                         esn't exist
  app:bin:compile             .js
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/symbol/iterator.js                                                          doesn't exist
  app:bin:compile             .jsx
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/symbol/iterator.js                                                         x doesn't exist
  app:bin:compile             .scss
  app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
  app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/symbol/iterator.sc                                                         ss doesn't exist
  app:bin:compile             as directory
  app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/symbol/iterator do                                                         esn't exist
  app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/symbol/iterator]
  app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/symbol/iterator.js]
  app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/symbol/iterator.jsx]
  app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/symbol/iterator.scss]
  app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/symbol/iterator]
  app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/symbol/iterator]
  app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/symbol/iterator.js]
  app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/symbol/iterator.jsx]
  app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/symbol/iterator.scss]
  app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/symbol/iterator]
  app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/symbol/iterator]
  app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/symbol/iterator.js]
  app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/symbol/iterator.jsx]
  app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/symbol/iterator.scss]
  app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/symbol/iterator]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/dist/node_modules]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/node_modules]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/node_modules]
  app:bin:compile [/root/node_modules]
  app:bin:compile [/node_modules]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/symbol/iterator]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/symbol/iterator]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/symbol/iterator.js]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/symbol/iterator.js]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/symbol/iterator.jsx]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/symbol/iterator.jsx]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/symbol/iterator.scss]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/symbol/iterator]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/symbol/iterator.scss]
  app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/symbol/iterator]
  app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/symbol/iterator]
  app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/symbol/iterator.js]
  app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/symbol/iterator.jsx]
  app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/symbol/iterator.scss]
  app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/symbol/iterator]
  app:bin:compile  @ ./node_modules/@firebase/polyfill/dist/index.esm.js 9:0-42
  app:bin:compile  @ ./node_modules/firebase/app/dist/index.cjs.js
  app:bin:compile  @ ./shared/helpers/firebase/index.js
  app:bin:compile  @ ./shared/helpers/index.js
  app:bin:compile  @ ./client/index.js +24ms

Below is our npm-debug.log

0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/node',
1 verbose cli   '/usr/bin/npm',
1 verbose cli   'owner',
1 verbose cli   'ls',
1 verbose cli   'atomicswapwallet.io' ]
2 info using npm@3.5.2
3 info using node@v8.10.0
4 verbose config Skipping project config: /root/.npmrc. (matches userconfig)
5 silly mapToRegistry name atomicswapwallet.io
6 silly mapToRegistry using default registry
7 silly mapToRegistry registry https://registry.npmjs.org/
8 silly mapToRegistry uri https://registry.npmjs.org/atomicswapwallet.io
9 verbose request uri https://registry.npmjs.org/atomicswapwallet.io
10 verbose request no auth needed
11 info attempt registry request try #1 at 11:37:04 AM
12 verbose request id ad0610164cefb827
13 http request GET https://registry.npmjs.org/atomicswapwallet.io
14 http 404 https://registry.npmjs.org/atomicswapwallet.io
15 verbose headers { date: 'Mon, 06 May 2019 11:37:05 GMT',
15 verbose headers   'content-type': 'application/json',
15 verbose headers   'content-length': '21',
15 verbose headers   connection: 'keep-alive',
15 verbose headers   'set-cookie':
15 verbose headers    [ '__cfduid=dc7353190fb9d3baf33b62ac49f6fd3c01557142624; expires=Tue, 05-May-20 11:37:04 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
15 verbose headers   'cf-cache-status': 'MISS',
15 verbose headers   'cache-control': 'max-age=300',
15 verbose headers   'cf-ray': '4d2aa8f8ae406fdc-SIN',
15 verbose headers   'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
15 verbose headers   vary: 'accept-encoding, accept',
15 verbose headers   server: 'cloudflare' }
16 silly get cb [ 404,
16 silly get   { date: 'Mon, 06 May 2019 11:37:05 GMT',
16 silly get     'content-type': 'application/json',
16 silly get     'content-length': '21',
16 silly get     connection: 'keep-alive',
16 silly get     'set-cookie':
16 silly get      [ '__cfduid=dc7353190fb9d3baf33b62ac49f6fd3c01557142624; expires=Tue, 05-May-20 11:37:04 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
16 silly get     'cf-cache-status': 'MISS',
16 silly get     'cache-control': 'max-age=300',
16 silly get     'cf-ray': '4d2aa8f8ae406fdc-SIN',
16 silly get     'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
16 silly get     vary: 'accept-encoding, accept',
16 silly get     server: 'cloudflare' } ]
17 error owner ls Couldn't get owner data atomicswapwallet.io
18 verbose stack Error: Not found : atomicswapwallet.io
18 verbose stack     at makeError (/usr/share/npm/node_modules/npm-registry-client/lib/request.js:264:12)
18 verbose stack     at CachingRegistryClient.<anonymous> (/usr/share/npm/node_modules/npm-registry-client/lib/request.js:252:14)
18 verbose stack     at Request._callback (/usr/share/npm/node_modules/npm-registry-client/lib/request.js:172:14)
18 verbose stack     at Request.self.callback (/usr/share/npm/node_modules/request/request.js:198:22)
18 verbose stack     at emitTwo (events.js:126:13)
18 verbose stack     at Request.emit (events.js:214:7)
18 verbose stack     at Request.<anonymous> (/usr/share/npm/node_modules/request/request.js:1082:10)
18 verbose stack     at emitOne (events.js:121:20)
18 verbose stack     at Request.emit (events.js:211:7)
18 verbose stack     at IncomingMessage.<anonymous> (/usr/share/npm/node_modules/request/request.js:1009:12)
19 verbose statusCode 404
20 verbose pkgid atomicswapwallet.io
21 verbose cwd /root
22 error Linux 4.15.0-45-generic
23 error argv "/usr/bin/node" "/usr/bin/npm" "owner" "ls" "atomicswapwallet.io"
24 error node v8.10.0
25 error npm  v3.5.2
26 error code E404
27 error 404 Not found : atomicswapwallet.io
28 error 404
29 error 404 'atomicswapwallet.io' is not in the npm registry.
30 error 404 You should bug the author to publish it (or use the name yourself!)
31 error 404 Note that you can also install from a
32 error 404 tarball, folder, http url, or git url.
33 verbose exit [ 1, true ]
leonatcointorox commented 5 years ago

Hi @Naggertooth,

I think it would be quicker for me to just send you the edited files & you build it for us.

Additionally, we found some things to be fixed.

  1. After importing a wallet, it redirects to atomicswapwallet.io. It should redirect to the wallet page https://atomicswapwallet.io/wallet

  2. I have tried out the swap function & on 'My History' page, the 'Link to the swap' does not load if we open it on another tab. The page loads perfectly fine when we click on the button but it shows 404 error when I directly put the link on a new tab. LINK TO THE SWAP: https://atomicswapwallet.io/swaps/BTC-ETH/QmVZEfBwzJcSabgqVqviKuYZxXZdFUtAjxN2xYWDyjExat-1557481505122

  3. The BTC <> ETH swap took almost 0.001 BTC in TX fees. Is this normal? as that is almost $6 paid as fees for a $35 ETH > BTC swap.

  4. How do we make the coin logos black & white? the newly added coin logo icons are shown in colour.

Let me know once above things have been fixed & I will send you the edited files for you to help us build it. In the meantime, I would also like to know how this building thing works so that I don't have to bother you every time I change something.

Thank you.

@noxonsu

Naggertooth commented 5 years ago

Hello :)

I have just merged our custom build branch to the master branch here, so now readme instructions should work properly!

Also I fixed 1st issue

  1. After importing a wallet, it redirects to atomicswapwallet.io. It should redirect to the wallet page https://atomicswapwallet.io/wallet

    1. I have tried out the swap function & on 'My History' page, the 'Link to the swap' does not load if we open it on another tab. The page loads perfectly fine when we click on the button but it shows 404 error when I directly put the link on a new tab. LINK TO THE SWAP: https://atomicswapwallet.io/swaps/BTC-ETH/QmVZEfBwzJcSabgqVqviKuYZxXZdFUtAjxN2xYWDyjExat-1557481505122

The answer is landing somewhere here We need to redirect to the root (wallet in our case) and provide the path to react-router

  1. How do we make the coin logos black & white? the newly added coin logo icons are shown in colour.

We need those tokens in black-white gamma Or more separated png parts for apply css filter: brightness(0) invert(1) to any coin logos image

Later we will fix or answer rest part of issues


And now you can try to do

git clone --recurse-submodules https://github.com/cointoroxecosystem/swap.react.git

cd swap.react (and/or rename it as you wish) npm i

npm run build:mainnet

Or npm run start for develop

leonatcointorox commented 5 years ago

Thank you Lesha,

We were able to npm i & npm run build:mainnet and deploy it on our server.

As for number 2 above, it has been fixed as you suggested. We have created the .htaccess file with the code you gave us in the 'wallet' directory. We left the WordPress .htaccess as it is and everything seems to work fine so far.

Now found another issue.

When we click on the 'Check Balance' button available on the swap history page (https://atomicswapwallet.io/swaps/BTC-ETH/QmVZEfBwzJcSabgqVqviKuYZxXZdFUtAjxN2xYWDyjExat-1557481505122), it leads us to nowhere (page not found).

image

Naggertooth commented 5 years ago

Hi :)

Fixed Check balance btn here

leonatcointorox commented 5 years ago

Hi Lesha,

Thank you.

I've changed the list of default tokens on erc20.js (mainnet) and the hiddenCoins.js but previously listed tokens are still available like Leverj, Synexcoin2, Aeron, etc. Do I have to change anything else to delete these tokens?

Additionally, how do I change the background colour for coin logos to white? Would like to show coin logos in color instead.

Naggertooth commented 5 years ago

Hi Leon!

  1. You don't have to change anything else. (You can even leave hidden coins as it is, but it's better to clear that file for consider consistance)

  2. You can change background right there.

leonatcointorox commented 5 years ago

Hi Leon!

  1. You don't have to change anything else. (You can even leave hidden coins as it is, but it's better to clear that file for consider consistance)
  2. You can change background right there.

Thanks Lesha.

  1. The problem is that I have deleted some tokens on erc20.js (config/mainnet/erc20.js) & the deleted tokens are still shown.

image

Naggertooth commented 5 years ago

Try to

  1. Save your private keys
  2. Clear localstorage and any app data
leonatcointorox commented 5 years ago

Hi Lesha,

  1. Since atomic swaps for all others except BTC-ETH & BTC-ERC20 are not working, can we remove the 'exchange' button available for 'LTC', 'EOS', and 'USDT'? image

  2. Also, can we remove all the other coins on the 'exchange list' except BTC, ETH, and ERC20 tokens? image

  3. Could you please reactivate Bitcoin Cash? (only for deposits & withdrawals - it's available on Swap.Online but not on ours). Please remove the 'exchange' button for BCH as well.

Thank you.