Skip to content

Commit ccefb46

Browse files
committed
chore: Require ejs in function
1 parent 0d4c29a commit ccefb46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
export default async () => {
1+
module.exports = async () => {
22
const ejs = await import("https://cdn.jsdelivr.net/npm/[email protected]/ejs.min.js");
3+
console.log(ejs);
34
return {
45
preprocessor: (content) => {
56
// eslint-disable-next-line no-console

0 commit comments

Comments
 (0)