Skip to content

Commit c3d2ffd

Browse files
committed
bear sveltePreprocess
1 parent 6862264 commit c3d2ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import webpack from 'webpack';
22
import { EsbuildPlugin } from 'esbuild-loader';
3-
import sveltePreprocess from 'svelte-preprocess';
3+
import { sveltePreprocess } from 'svelte-preprocess';
44
import MiniCssExtractPlugin from 'mini-css-extract-plugin';
55
import manifest from './manifest.json' with { type: 'json' };
66

0 commit comments

Comments
 (0)