Skip to content

Commit

Permalink
Merge pull request #11 from yoichiro/fix-module-export-issue-2
Browse files Browse the repository at this point in the history
Fix the module import issue.
  • Loading branch information
yoichiro authored Sep 14, 2024
2 parents a16b0ba + 8610949 commit eab0ba8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoichiro/vite-plugin-handlebars",
"version": "1.1.2",
"version": "1.1.3",
"author": {
"name": "Yoichiro Tanaka",
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
decideTemplateFileExtension,
handleHotUpdate,
transform,
} from './internal';
} from './internal.js';

export type HandlebarsPluginOptions = {
templateFileExtension?: string;
Expand Down

0 comments on commit eab0ba8

Please sign in to comment.