Skip to content

Commit dd8b69f

Browse files
authored
chore: remove option that no longer exists (#12456)
1 parent 6f15fe4 commit dd8b69f

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import preprocess from 'svelte-preprocess';
22

33
export default {
4-
preprocess: preprocess({
5-
preserve: ['ld+json']
6-
})
4+
preprocess: preprocess()
75
};
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import preprocess from 'svelte-preprocess';
22

33
export default {
4-
preprocess: preprocess({
5-
preserve: ['ld+json']
6-
})
4+
preprocess: preprocess()
75
};
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import preprocess from 'svelte-preprocess';
22

33
export default {
4-
preprocess: preprocess({
5-
preserve: ['ld+json']
6-
})
4+
preprocess: preprocess()
75
};

0 commit comments

Comments
 (0)