We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ca073 commit 528af75Copy full SHA for 528af75
.changeset/clever-phones-reply.md
@@ -0,0 +1,5 @@
1
+---
2
+'@sveltejs/kit': patch
3
4
+
5
+fix: silence dev/prod warning during sync
packages/kit/src/utils/routing.js
@@ -1,4 +1,5 @@
-import { BROWSER } from 'esm-env';
+// @ts-ignore - need to publish types for sub-package imports
+import BROWSER from 'esm-env/browser';
const param_pattern = /^(\[)?(\.\.\.)?(\w+)(?:=(\w+))?(\])?$/;
0 commit comments