Skip to content

Commit e49f1b3

Browse files
committed
docs: add enablePrivateMethods to rollup plugin README
Made-with: Cursor
1 parent 500c3b3 commit e49f1b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/@lwc/rollup-plugin/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,4 @@ export default {
4040
- `enableStaticContentOptimization` (type: `boolean`, optional) - True if the static content optimization should be enabled. Passed to `@lwc/template-compiler`. True by default.
4141
- `targetSSR` (type: `boolean`) - Utilize the experimental SSR compilation mode. False by default. Do not use unless you know what you're doing.
4242
- `ssrMode` (type: `string`): The variety of SSR code that should be generated when using experimental SSR compilation mode. Should be one of `sync`, `async` or `asyncYield`.
43+
- `enablePrivateMethods` (type: `boolean`, default: `false`) - Enable the private method round-trip transform. When false or omitted, private methods are not supported. Passed to `@lwc/compiler`.

0 commit comments

Comments
 (0)