Skip to content

Commit

Permalink
Optimize chunk rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolway committed Jan 23, 2023
1 parent 0117097 commit aad0641
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 39 deletions.
91 changes: 55 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workadventure-map-starter-kit",
"version": "3.2.1",
"version": "3.2.2",
"license": "MIT",
"scripts": {
"dev": "vite",
Expand All @@ -11,8 +11,8 @@
"devDependencies": {
"@types/node": "^18.11.18",
"typescript": "^4.9.4",
"vite": "^4.0.3",
"wa-map-optimizer-vite": "^1.1.10"
"vite": "^4.0.4",
"wa-map-optimizer-vite": "^1.1.11"
},
"dependencies": {
"@workadventure/iframe-api-typings": "^1.14.8",
Expand Down

0 comments on commit aad0641

Please sign in to comment.