zksync icon indicating copy to clipboard operation
zksync copied to clipboard

Update rollup.config.js

Open Alexlesch98 opened this issue 11 months ago • 0 comments

  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.

Alexlesch98 avatar Mar 11 '24 19:03 Alexlesch98