Uniswap / v3-sdk

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

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

Closed NoahZinsmeister closed 2 years ago

NoahZinsmeister 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

see #98