mirror of https://github.com/sveltejs/svelte
5 lines
52 B
5 lines
52 B
7 years ago
|
export default {
|
||
|
options: {
|
||
|
immutable: true
|
||
|
}
|
||
|
};
|