-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
bugSomething isn't workingSomething isn't workingp1-importantSvelteKit cannot be used by a large number of people, basic functionality is missing, etc.SvelteKit cannot be used by a large number of people, basic functionality is missing, etc.pkg:adapter-node
Milestone
Description
Describe the bug
Same issue as #2400
After #6372, I get:
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
}) : x)(function (x) {
if (typeof require !== "undefined")
return require.apply(this, arguments);
throw new Error('Dynamic require of "' + x + '" is not supported');
});
...
var crypto_1 = __importDefault(__require("crypto"));
Perhaps the problem is evanw/esbuild#1921
Reproduction
https://stackblitz.com/edit/sveltejs-kit-template-default-sczcqj?file=README.md
Logs
No response
System Info
any
Severity
blocking all usage of SvelteKit
Additional Information
No response
t-heuser, theetrain, thenbe, Creskendoll, icalvin102 and 3 more
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingp1-importantSvelteKit cannot be used by a large number of people, basic functionality is missing, etc.SvelteKit cannot be used by a large number of people, basic functionality is missing, etc.pkg:adapter-node