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.
node:
1 parent fcc47f2 commit 987fbcbCopy full SHA for 987fbcb
src/AssetCache.js
@@ -1,6 +1,6 @@
1
-const fs = require("fs");
2
-const path = require("path");
3
-const { createHash } = require("crypto");
+const fs = require("node:fs");
+const path = require("node:path");
+const { createHash } = require("node:crypto");
4
const { DateCompare } = require("@11ty/eleventy-utils");
5
6
const FileCache = require("./FileCache.js");
0 commit comments