Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsmnsyc committed Feb 6, 2024
1 parent 4990bab commit c503f9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,8 @@ export default function solidPlugin(options: Partial<Options> = {}): Plugin {
plugins: needHmr && !isSsr && !inNodeModules ? [[solidRefresh, {
bundler: 'vite',
fixRender: true,
imports: options.refresh.imports,
granular: options.refresh.granular,
imports: options.refresh?.imports,
granular: options.refresh?.granular,
}]] : [],
ast: false,
sourceMaps: true,
Expand Down

0 comments on commit c503f9d

Please sign in to comment.