Skip to content

Commit

Permalink
chore: remove ext for consistency
Browse files Browse the repository at this point in the history
closes #306
  • Loading branch information
pi0 committed Sep 30, 2024
1 parent 35ddef7 commit e4a9bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/transform-module/lazy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// https://github.com/babel/babel/tree/c7bb6e0f/packages/babel-plugin-transform-modules-commonjs/src
import { template, types as t } from "@babel/core";
import { isSideEffectImport } from "@babel/helper-module-transforms";
import type { CommonJSHook } from "./hooks.ts";
import type { CommonJSHook } from "./hooks";

type Lazy = boolean | string[] | ((source: string) => boolean);

Expand Down

0 comments on commit e4a9bae

Please sign in to comment.