Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Oct 21, 2023
1 parent 51c237d commit 5ccc9bf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/build-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,7 @@ function buildInputConfig(
const swcParserConfig = {
syntax: useTypescript ? 'typescript' : 'ecmascript',
[useTypescript ? 'tsx' : 'jsx']: true,
// privateMethod: true,
// classPrivateProperty: true,
// exportDefaultFrom: true,
exportDefaultFrom: true,
} as const

const swcOptions: import('@swc/types').Options = {
Expand Down

0 comments on commit 5ccc9bf

Please sign in to comment.