Skip to content

Commit

Permalink
Fix loading async CSS in production
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonmade committed Jan 3, 2024
1 parent 2974cd6 commit c98bfae
Show file tree
Hide file tree
Showing 3 changed files with 237 additions and 212 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@quilted/graphql": "^3.0.1",
"@quilted/graphql-tools": "^0.2.0",
"@quilted/localize": "^0.2.0",
"@quilted/quilt": "^0.6.6",
"@quilted/quilt": "^0.6.8",
"@quilted/react-query": "^0.3.1",
"@simplewebauthn/browser": "^6.2.0",
"@simplewebauthn/server": "^6.2.0",
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
"@prisma/extension-accelerate": "^0.6.2",
"@quilted/browserslist-config": "^0.1.9",
"@quilted/cloudflare": "^0.2.4",
"@quilted/craft": "^0.2.4",
"@quilted/craft": "^0.2.5",
"@quilted/graphql-tools": "^0.2.0",
"@quilted/prettier": "^0.2.11",
"@quilted/quilt": "^0.6.6",
"@quilted/rollup": "^0.2.19",
"@quilted/quilt": "^0.6.8",
"@quilted/rollup": "^0.2.20",
"@quilted/typescript": "^0.3.0",
"@quilted/vite": "^0.1.13",
"@quilted/vite": "^0.1.17",
"@types/common-tags": "^1.8.1",
"@types/node": "^20.9.0",
"@types/react": "^18.2.39",
Expand All @@ -50,10 +50,10 @@
"react-dom": "npm:@quilted/react-dom@^18.2.0",
"rollup": "^4.6.0",
"source-map-support": "^0.5.21",
"tsx": "^4.6.1",
"typescript": "^5.3.2",
"vite": "^5.0.2",
"vitest": "^0.34.6",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vitest": "^1.1.1",
"wrangler": "^2.6.0"
},
"packageManager": "[email protected]+sha256.a4bd9bb7b48214bbfcd95f264bd75bb70d100e5d4b58808f5cd6ab40c6ac21c5",
Expand Down
Loading

0 comments on commit c98bfae

Please sign in to comment.