removed parcel-reporter-static-files-copy and staticFiles

This commit is contained in:
Tobias 2023-09-02 00:36:32 +02:00
parent 62d86f12f0
commit 86b7546c67

View File

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