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/7738/head
parent
7afb9b79f7
commit
514ebd28b7
@ -0,0 +1,5 @@
|
||||
export default {
|
||||
options: {
|
||||
immutable: true
|
||||
}
|
||||
};
|
Loading…
Reference in new issue