Skip to content

Commit

Permalink
Update packages/vite-plugin-angular/src/lib/host.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Brandon Roberts <[email protected]>
  • Loading branch information
mattlewis92 and brandonroberts authored Jan 7, 2025
1 parent 83b961f commit aa85948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite-plugin-angular/src/lib/host.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { MarkdownTemplateTransform } from './authoring/markdown-transform.js';

import { createRequire } from 'node:module';
import { createHash } from 'node:crypto';
import path from 'path';
import path from 'node:path';

const require = createRequire(import.meta.url);

Expand Down

0 comments on commit aa85948

Please sign in to comment.