Skip to content

Commit

Permalink
chore: remove option that no longer exists (#12456)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Jul 9, 2024
1 parent 6f15fe4 commit dd8b69f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import preprocess from 'svelte-preprocess';

export default {
preprocess: preprocess({
preserve: ['ld+json']
})
preprocess: preprocess()
};
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import preprocess from 'svelte-preprocess';

export default {
preprocess: preprocess({
preserve: ['ld+json']
})
preprocess: preprocess()
};
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import preprocess from 'svelte-preprocess';

export default {
preprocess: preprocess({
preserve: ['ld+json']
})
preprocess: preprocess()
};

0 comments on commit dd8b69f

Please sign in to comment.