Skip to content

Commit

Permalink
perf: remove transitions code
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson committed Nov 15, 2023
1 parent 1ecd040 commit 08dac46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ const baseConfig = {
delimiters: ['', ''],
preventAssignment: true
}),
replace({
'active_transitions.length': '0',
preventAssignment: true
}),
strip({
include: ['**/*.js', '**/*.svelte'],
functions: [
Expand Down

0 comments on commit 08dac46

Please sign in to comment.