Refactor image lazy loading, this fixes #324

This commit is contained in:
viktorstrate
2021-08-30 18:11:55 +02:00
parent 69ea993161
commit 547ea8e824
7 changed files with 72 additions and 127 deletions

View File

@@ -54,7 +54,7 @@
"url-join": "^4.0.1"
},
"scripts": {
"start": "BROWSER=none craco start",
"start": "BROWSER=none PORT=1234 craco start",
"build": "craco build",
"test": "npm run lint && npm run jest -- --watchAll=false",
"test:ci": "npm run lint && npm run jest:ci",