From 86b7546c67cbaf57ce4d17abeb6a3abc4b572704 Mon Sep 17 00:00:00 2001 From: Tobias Date: Sat, 2 Sep 2023 00:36:32 +0200 Subject: [PATCH] removed parcel-reporter-static-files-copy and staticFiles --- package.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) 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/",