Skip to content

Commit

Permalink
fix: keep class names
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Jan 7, 2025
1 parent 67184a1 commit 63bae13
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/core/rslib.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,11 @@ export default defineConfig({
},
},
],
tools: {
swc: {
jsc: {
keepClassNames: true,
},
},
},
});

0 comments on commit 63bae13

Please sign in to comment.