matter-labs / zksync

zkSync: trustless scaling and privacy engine for Ethereum
https://zksync.io
Apache License 2.0
4.86k stars 2.69k forks source link

Update rollup.config.js #602

Open Alexlesch98 opened 3 months ago

Alexlesch98 commented 3 months ago
  1. The resolveWithZksyncCryptoReplace function is modified to directly return the resolved Rollup plugin instance with the adjusted resolveId function.
  2. The options for the resolve plugin are spread in the function call to avoid unnecessary variable assignments.
  3. Simplified the structure and formatting for better readability.