@sveltejs/vite-plugin-svelte 1.0.8 → 1.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -935,6 +935,7 @@ function createViteScriptPreprocessor() {
935
935
  return;
936
936
  const transformResult = await transformWithEsbuild(content, filename, {
937
937
  loader: lang,
938
+ target: "esnext",
938
939
  tsconfigRaw: {
939
940
  compilerOptions: {
940
941
  importsNotUsedAsValues: "preserve",