dillon1000/react

Commit

Update rollup config to use moduleSideEffects (#26199)

## Summary

In rollup v1.19.4, The "treeshake.pureExternalModules" option is
deprecated. The "treeshake.moduleSideEffects" option should be used
instead, see
https://github.com/rollup/rollup/blob/v1.19.4/src/Graph.ts#L130.

## How did you test this change?

ci green
Browse files
Changed paths1 file
First-parent comparison
M scripts/rollup/build.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…