removed parcel-reporter-static-files-copy and staticFiles
This commit is contained in:
parent
62d86f12f0
commit
86b7546c67
11
package.json
11
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/",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user