We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6862264 commit c3d2ffdCopy full SHA for c3d2ffd
webpack.config.ts
@@ -1,6 +1,6 @@
1
import webpack from 'webpack';
2
import { EsbuildPlugin } from 'esbuild-loader';
3
-import sveltePreprocess from 'svelte-preprocess';
+import { sveltePreprocess } from 'svelte-preprocess';
4
import MiniCssExtractPlugin from 'mini-css-extract-plugin';
5
import manifest from './manifest.json' with { type: 'json' };
6
0 commit comments