@sveltejs/kit 2.5.7 → 2.5.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sveltejs/kit",
3
- "version": "2.5.7",
3
+ "version": "2.5.8",
4
4
  "description": "The fastest way to build Svelte apps",
5
5
  "repository": {
6
6
  "type": "git",
@@ -293,6 +293,7 @@ async function kit({ svelte_config }) {
293
293
  cors: { preflightContinue: true }
294
294
  },
295
295
  optimizeDeps: {
296
+ entries: [`${kit.files.routes}/**/+*.{svelte,js,ts}`],
296
297
  exclude: [
297
298
  '@sveltejs/kit',
298
299
  // exclude kit features so that libraries using them work even when they are prebundled
package/src/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  // generated during release, do not modify
2
2
 
3
3
  /** @type {string} */
4
- export const VERSION = '2.5.7';
4
+ export const VERSION = '2.5.8';