mirror of https://github.com/sveltejs/svelte
This will keep existing code smaller and _mostly_ only add size when using the `immutable` compiler option.pull/1164/head
parent
9e877d9da1
commit
405c4f6371
@ -0,0 +1,5 @@
|
||||
export default {
|
||||
options: {
|
||||
immutable: true
|
||||
}
|
||||
};
|
Loading…
Reference in new issue