Skip to content

Commit f24ef12

Browse files
committed
🐛 Fix solid-refresh import
1 parent b3180ae commit f24ef12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import solid from 'babel-preset-solid';
44
import { readFileSync } from 'fs';
55
import { mergeAndConcat } from 'merge-anything';
66
import { createRequire } from 'module';
7-
import solidRefresh from 'solid-refresh/babel';
7+
import solidRefresh from 'solid-refresh/babel.js';
88
import type { Alias, AliasOptions, Plugin, UserConfig } from 'vite';
99

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

0 commit comments

Comments
 (0)