Skip to content

Instantly share code, notes, and snippets.

@feuGeneA
Created November 19, 2019 19:18
Show Gist options
  • Save feuGeneA/2f5a63f069f29bfd620578d512218d68 to your computer and use it in GitHub Desktop.
Save feuGeneA/2f5a63f069f29bfd620578d512218d68 to your computer and use it in GitHub Desktop.
19Nov14:17:16 ~/dev/neptune[feuGeneA/onboarding *]$ docker logs neptune_relayer_frontend_1
yarn run v1.15.2
$ react-scripts build
Creating an optimized production build...
Browserslist: caniuse-lite is outdated. Please run next command `yarn upgrade`
Browserslist: caniuse-lite is outdated. Please run next command `yarn upgrade`
Browserslist: caniuse-lite is outdated. Please run next command `yarn upgrade`
Browserslist: caniuse-lite is outdated. Please run next command `yarn upgrade`
Browserslist: caniuse-lite is outdated. Please run next command `yarn upgrade caniuse-lite browserslist`
Compiled successfully.
File sizes after gzip:
799.36 KB (+483 B) build/static/js/2.5f546c72.chunk.js
175.55 KB (+26 B) build/static/js/main.4f7086ea.chunk.js
1.28 KB build/static/css/2.306bd6cf.chunk.css
762 B build/static/js/runtime~main.a8a9905a.js
249 B build/static/css/main.fbadd610.chunk.css
The project was built assuming it is hosted at the server root.
You can control this with the homepage field in your package.json.
For example, add this to build it for GitHub Pages:
"homepage" : "http://myname.github.io/myapp",
The build folder is ready to be deployed.
You may serve it with a static server:
yarn global add serve
serve -s build
Find out more about deployment here:
https://bit.ly/CRA-deploy
Done in 82.82s.
yarn run v1.15.2
$ react-scripts build
Creating an optimized production build...
Browserslist: caniuse-lite is outdated. Please run next command `yarn upgrade`
Browserslist: caniuse-lite is outdated. Please run next command `yarn upgrade`
Browserslist: caniuse-lite is outdated. Please run next command `yarn upgrade`
Browserslist: caniuse-lite is outdated. Please run next command `yarn upgrade`
Browserslist: caniuse-lite is outdated. Please run next command `yarn upgrade caniuse-lite browserslist`
Compiled successfully.
File sizes after gzip:
799.36 KB build/static/js/2.5f546c72.chunk.js
175.55 KB build/static/js/main.4f7086ea.chunk.js
1.28 KB build/static/css/2.306bd6cf.chunk.css
762 B build/static/js/runtime~main.a8a9905a.js
249 B build/static/css/main.fbadd610.chunk.css
The project was built assuming it is hosted at the server root.
You can control this with the homepage field in your package.json.
For example, add this to build it for GitHub Pages:
"homepage" : "http://myname.github.io/myapp",
The build folder is ready to be deployed.
You may serve it with a static server:
yarn global add serve
serve -s build
Find out more about deployment here:
https://bit.ly/CRA-deploy
Done in 39.24s.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment