Closed adrianmcli closed 5 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been closed, but can be re-opened if further comments indicate that the problem persists. Feel free to tag maintainers if there is no reply to further comments.
Parcel is a bundler (like Webpack) with very minimal configuration. You can see how many lines of code we were able to eliminate by moving to Parcel.
Note also that we no longer need to configure
contracts_build_directory
intruffle-config.js
since we are able to import the contract JSON files from outside of thesrc
folder.