Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Apr 21, 2023
1 parent 322cb77 commit efdd438
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/tree-shaking.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const treeShakingPlugin = ({
name,
silent,
}: {
treeshake?: TreeshakingStrategy,
treeshake?: TreeshakingStrategy
name?: string
silent?: boolean
}): Plugin => {
Expand Down Expand Up @@ -48,7 +48,7 @@ export const treeShakingPlugin = ({
format: this.format,
file: 'out.js',
sourcemap: !!this.options.sourcemap,
name
name,
})

for (const file of result.output) {
Expand Down

0 comments on commit efdd438

Please sign in to comment.