Skip to content

Commit

Permalink
fix(api): disable module concatenation in tree-shaking test
Browse files Browse the repository at this point in the history
  • Loading branch information
legendecas committed Nov 14, 2022
1 parent c032493 commit d9bae68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/test/tree-shaking/tree-shaking.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ describe('tree-shaking', () => {
optimization: {
// disable minimization so that we can inspect the output easily.
minimize: false,
// disable module concatenation so that variable names will not be mangled.
concatenateModules: false,
}
});

Expand Down

0 comments on commit d9bae68

Please sign in to comment.