Skip to content

Commit 68b3ffc

Browse files
committed
1 parent 6e71ce3 commit 68b3ffc

File tree

4 files changed

+506
-231
lines changed

4 files changed

+506
-231
lines changed

.parcelrc

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
"@parcel/transformer-raw"
66
]
77
},
8+
"optimizers": {
9+
"*.js": [
10+
"@parcel/optimizer-esbuild"
11+
]
12+
},
813
"compressors": {
914
"*.{html,css,js,svg,map}": [
1015
"...",

0 commit comments

Comments
 (0)