We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4803306 commit 7d75dbeCopy full SHA for 7d75dbe
1 file changed
src/generators/web/utils/bundle.mjs
@@ -11,7 +11,7 @@ import { lazy } from '../../../utils/misc.mjs';
11
// Resolve node_modules relative to this package (doc-kit), not cwd.
12
// We do this by finding where one of our dependencies (preact) is stored,
13
// and using it's NODE_MODULES
14
-//
+//
15
// FIXME(@avivkeller): When our CI (in Node.js Core) supports v22.x,
16
// this lazy-loading solution can be replaced by a simple import. For that
17
// matter, glob can also be replaced in other files throughout this repo.
0 commit comments