fix(asset): fix failed parcel link resolution
This commit is contained in:
parent
09db9d9a2c
commit
f1f0729950
3 changed files with 6403 additions and 2 deletions
|
@ -3,12 +3,12 @@
|
|||
"short_name": "",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/android-chrome-192x192.png",
|
||||
"src": "./android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/android-chrome-512x512.png",
|
||||
"src": "./android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
|
|
6399
package-lock.json
generated
Normal file
6399
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
|
@ -7,7 +7,9 @@
|
|||
"author": "John Doe",
|
||||
"license": "UNLICENSED",
|
||||
"devDependencies": {
|
||||
"@parcel/packager-raw-url": "^2.8.3",
|
||||
"@parcel/transformer-vue": "^2.8.2",
|
||||
"@parcel/transformer-webmanifest": "^2.8.3",
|
||||
"buffer": "^5.7.1",
|
||||
"parcel": "^2.8.2",
|
||||
"postcss": "^8.4.20",
|
||||
|
|
Loading…
Add table
Reference in a new issue