Skip to content

Commit

Permalink
🐛 Fix solid-refresh import
Browse files Browse the repository at this point in the history
  • Loading branch information
amoutonbrady committed Jul 17, 2021
1 parent b3180ae commit f24ef12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import solid from 'babel-preset-solid';
import { readFileSync } from 'fs';
import { mergeAndConcat } from 'merge-anything';
import { createRequire } from 'module';
import solidRefresh from 'solid-refresh/babel';
import solidRefresh from 'solid-refresh/babel.js';
import type { Alias, AliasOptions, Plugin, UserConfig } from 'vite';

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

0 comments on commit f24ef12

Please sign in to comment.