-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(rollup): update cwc rollup config #9854
fix(rollup): update cwc rollup config #9854
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me!
### 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-components
rollup config to suppress the following warning:Changelog
Changed
preventAssignment: true