Skip to content

Commit

Permalink
Merge e5a4b77 into 0a45a5c
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson committed Apr 23, 2022
2 parents 0a45a5c + e5a4b77 commit b73acaf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion rollup.config.js
Expand Up @@ -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
}),
Expand Down

0 comments on commit b73acaf

Please sign in to comment.