Skip to content

Commit

Permalink
[chore] upgrade to Vite 2.5.0 (#2231)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Aug 18, 2021
1 parent 9080b2a commit ab37911
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 26 deletions.
5 changes: 5 additions & 0 deletions .changeset/polite-masks-dress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/kit': patch
---

Upgrade to Vite 2.5.0
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.16",
"cheap-watch": "^1.0.3",
"sade": "^1.7.4",
"vite": "^2.4.3"
"vite": "^2.5.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^2.4.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function (test, is_dev) {
]);
} else {
assert.ok(sources[0].startsWith('data:image/png;base64,'));
assert.equal(sources[1].replace(base, ''), '/_app/assets/large.3183867c.jpg');
assert.equal(sources[1].replace(base, ''), '/_app/assets/large-3183867c.jpg');
}
});
}
39 changes: 15 additions & 24 deletions pnpm-lock.yaml

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

0 comments on commit ab37911

Please sign in to comment.