fix(rollup): update cwc rollup config#9854
fix(rollup): update cwc rollup config#9854kodiakhq[bot] merged 2 commits intocarbon-design-system:mainfrom
Conversation
|
Deploy preview created for package Built with commit: ec6f17a0dbfa02f14d638d5fac1302f418b8dfc5 |
|
Deploy preview created for package Built with commit: ec6f17a0dbfa02f14d638d5fac1302f418b8dfc5 |
|
Deploy preview created for package Built with commit: ec6f17a0dbfa02f14d638d5fac1302f418b8dfc5 |
|
Deploy preview created for package Built with commit: ec6f17a0dbfa02f14d638d5fac1302f418b8dfc5 |
|
Deploy preview created for package Built with commit: ec6f17a0dbfa02f14d638d5fac1302f418b8dfc5 |
### Description Update `carbon-web-components` rollup config to suppress the following warning: ``` @rollup/plugin-replace: 'preventAssignment' currently defaults to false. It is recommended to set this option to `true`, as the next major version will default this option to `true`. ``` ### Changelog **Changed** - set `preventAssignment: true` <!-- React and Web Component deploy previews are enabled by default. --> <!-- To enable additional available deploy previews, apply the following --> <!-- labels for the corresponding package: --> <!-- *** "test: e2e": Codesandbox examples and e2e integration tests --> <!-- *** "package: services": Services --> <!-- *** "package: utilities": Utilities --> <!-- *** "RTL": React / Web Components (RTL) --> <!-- *** "feature flag": React / Web Components (experimental) -->
### Description Update `carbon-web-components` rollup config to suppress the following warning: ``` @rollup/plugin-replace: 'preventAssignment' currently defaults to false. It is recommended to set this option to `true`, as the next major version will default this option to `true`. ``` ### Changelog **Changed** - set `preventAssignment: true` <!-- React and Web Component deploy previews are enabled by default. --> <!-- To enable additional available deploy previews, apply the following --> <!-- labels for the corresponding package: --> <!-- *** "test: e2e": Codesandbox examples and e2e integration tests --> <!-- *** "package: services": Services --> <!-- *** "package: utilities": Utilities --> <!-- *** "RTL": React / Web Components (RTL) --> <!-- *** "feature flag": React / Web Components (experimental) -->
Description
Update
carbon-web-componentsrollup config to suppress the following warning:Changelog
Changed
preventAssignment: true