diff --git a/rollup.config.js b/rollup.config.js index 4365804d..0dabb849 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -49,7 +49,11 @@ const baseConfig = { }), // make the svelte output slightly smaller replace({ - 'options.hydrate': 'false', + 'options.anchor': 'undefined', + 'options.context': 'undefined', + 'options.customElement': 'undefined', + 'options.hydrate': 'undefined', + 'options.intro': 'undefined', delimiters: ['', ''], preventAssignment: true }),