Use .js import extensions to fix failing Vite imports

This commit is contained in:
Blue Mouse
2025-01-02 23:46:10 +00:00
parent 6c2cc2f75d
commit 7b894c8a96
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ import {
getUTMTerm,
getUTMContent,
getPath,
} from './utils'
} from './utils.js'
export interface LibOptions {
/**

View File

@ -9,7 +9,7 @@ import {
defaultActions,
IErrorEventPayload,
IPageViewPayload,
} from './Lib'
} from './Lib.js'
export let LIB_INSTANCE: Lib | null = null