You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package includes two large files related to Truffle in plugins/resources (truffle.library.js and truffle.library.js.map) which together weigh almost 40Mb. These two files amount to 99% of the package size (!) (not counting dependencies), yet they are not necessary when used as a Hardhat plugin.
Provisionally, I think I will cease Truffle support here since the plugin has stopped working with the latest major version of Ganache. It's no longer able to hook into ganache internals due some to TS private variable restrictions.
The package includes two large files related to Truffle in
plugins/resources
(truffle.library.js
andtruffle.library.js.map
) which together weigh almost 40Mb. These two files amount to 99% of the package size (!) (not counting dependencies), yet they are not necessary when used as a Hardhat plugin.See #625 for a related issue about dependencies.
The text was updated successfully, but these errors were encountered: