diff --git a/package.json b/package.json index f372129..6484397 100644 --- a/package.json +++ b/package.json @@ -21,17 +21,8 @@ "jest": "^29.4.3", "jest-environment-jsdom": "^29.4.3", "jsdom": "^21.1.0", - "parcel": "^2.8.3", - "parcel-reporter-static-files-copy": "^1.5.0" + "parcel": "^2.8.3" }, - "staticFiles": [ - { - "staticPath": "src/img/zzz.png" - }, - { - "staticPath": "src/img/cross.png" - } - ], "scripts": { "start": "npx parcel serve src/index.html --public-url / --dist-dir dist", "prebuild": "rm -rf dist/",