Uniswap / v3-sdk

🛠 An SDK for building applications on top of Uniswap V3
MIT License
553 stars 428 forks source link

fix: import defaults from json for webpack 5 compat #98

Closed zzmp closed 2 years ago

zzmp commented 2 years ago

Using named exports from JSON modules is not supported by webpack 5. Continuing to do so will break downstream consumers. See https://webpack.js.org/migrate/5/#using-named-exports-from-json-modules

NoahZinsmeister commented 2 years ago

closing in favor of #99 so lint checks run