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 64c8e04 commit fe26176Copy full SHA for fe26176
.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