Upgrade from Parcel 1 to Parcel 2

This commit is contained in:
He4eT 2023-05-22 00:09:11 +03:00 committed by Alexey
commit a8d48ce6b8
5 changed files with 3642 additions and 9892 deletions

4
.parcelrc Normal file
View file

@ -0,0 +1,4 @@
{
"extends": ["@parcel/config-default"],
"reporters": ["...", "parcel-reporter-static-files-copy"]
}