Creating an optimized production build...
Compiled with warnings.
./src/components/TicketsList/index.js
Line 182:5: React Hook useEffect has missing dependencies: 'searchParam' and 'status'. Either include them or remove the dependency array react-hooks/exhaustive-deps
./src/components/LocationPreview/index.js
Line 5:8: 'Grid' is defined but never used no-unused-vars
Line 27:7: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text
Search for the keywords to learn more about each warning.
To ignore, add // eslint-disable-next-line to the line before.
Creating an optimized production build... Compiled with warnings.
./src/components/TicketsList/index.js Line 182:5: React Hook useEffect has missing dependencies: 'searchParam' and 'status'. Either include them or remove the dependency array react-hooks/exhaustive-deps
./src/components/LocationPreview/index.js Line 5:8: 'Grid' is defined but never used no-unused-vars Line 27:7: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text
Search for the keywords to learn more about each warning. To ignore, add // eslint-disable-next-line to the line before.
File sizes after gzip:
527.4 KB build\static\js\2.b5e18520.chunk.js 34.23 KB build\static\js\main.9d748d8e.chunk.js 9.54 KB build\static\js\3.099bf651.chunk.js 3.16 KB build\static\css\2.8a37710e.chunk.css 1.17 KB build\static\js\runtime-main.9ed67c12.js
The project was built assuming it is hosted at /. You can control this with the homepage field in your package.json.
The build folder is ready to be deployed. You may serve it with a static server:
serve -s build
Find out more about deployment here:
bit.ly/CRA-deploy