Skip to content

Commit a9be681

Browse files
cardosowjhsf
andauthored
Update packages/@lwc/rollup-plugin/src/index.ts
Co-authored-by: Will Harney <62956339+wjhsf@users.noreply.github.com>
1 parent 0cc6e97 commit a9be681

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/@lwc/rollup-plugin/src/index.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ export interface RollupLwcOptions {
3434
sourcemap?: boolean | 'inline';
3535
/** The [module resolution](https://lwc.dev/guide/es_modules#module-resolution) overrides passed to the `@lwc/module-resolver`. */
3636
modules?: ModuleRecord[];
37-
/** Default modules passed to the `@lwc/module-resolver`. */
37+
/**
38+
* Default modules passed to the `@lwc/module-resolver`.
39+
* If unspecified, defaults to `["@lwc/engine-dom", "@lwc/synthetic-shadow", "@lwc/wire-service"]`.
40+
*/
3841
defaultModules?: ModuleRecord[];
3942
/** The stylesheet compiler configuration to pass to the `@lwc/style-compiler` */
4043
stylesheetConfig?: StylesheetConfig;

0 commit comments

Comments
 (0)