zksync
zksync copied to clipboard
Update rollup.config.js
- The resolveWithZksyncCryptoReplace function is modified to directly return the resolved Rollup plugin instance with the adjusted resolveId function.
- The options for the resolve plugin are spread in the function call to avoid unnecessary variable assignments.
- Simplified the structure and formatting for better readability.