Push styles first to reduce render blocking

This commit is contained in:
2019-09-07 11:25:45 +09:00
parent acb9849e00
commit 9cf35d9459

View File

@ -36,8 +36,8 @@
"main": "main"
},
"push": [
"/scripts",
"/styles"
"/styles",
"/scripts"
],
"ports": {
"http": 4000,