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 acf657c commit d26b0d4Copy full SHA for d26b0d4
src/template/template-engine.ts
@@ -2,7 +2,7 @@
2
* Template engine for rendering Nunjucks templates
3
*/
4
5
-import * as nunjucks from 'nunjucks';
+import nunjucks from 'nunjucks';
6
import { resolve } from 'node:path';
7
import { FileUtils } from '../utils/file-utils.js';
8
import { logger } from '../utils/logger.js';
0 commit comments