@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.cjs CHANGED
@@ -960,6 +960,7 @@ function createViteScriptPreprocessor() {
960
960
  return;
961
961
  const transformResult = await (0, import_vite2.transformWithEsbuild)(content, filename, {
962
962
  loader: lang,
963
+ target: "esnext",
963
964
  tsconfigRaw: {
964
965
  compilerOptions: {
965
966
  importsNotUsedAsValues: "preserve",