Skip to content

Commit

Permalink
Fix sveld ComponentParser top-level import due to CommonJS compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
techniq committed Oct 31, 2023
1 parent 0a8f8f7 commit c87419d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/plugins/vite.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ComponentParser } from 'sveld';
import ComponentParser from 'sveld/lib/ComponentParser';
import sveltePreprocess from 'svelte-preprocess';
import { preprocess } from 'svelte/compiler';
import qs from 'node:querystring';
Expand Down

0 comments on commit c87419d

Please sign in to comment.