Skip to content

Commit

Permalink
chore: prefer property shorthand [skip ci] (#1144)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunny-117 committed Jul 16, 2024
1 parent 46a1f9d commit 26e1bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/tree-shaking.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const treeShakingPlugin = ({
},
},
],
treeshake: treeshake,
treeshake,
makeAbsoluteExternalsRelative: false,
preserveEntrySignatures: 'exports-only',
onwarn: silent ? () => {} : undefined,
Expand Down

0 comments on commit 26e1bb7

Please sign in to comment.