truffle-box / react-box

Truffle, Webpack and React boilerplate.
https://truffle-box.github.io/
MIT License
736 stars 251 forks source link

Use Parcel; remove Create React App #95

Closed adrianmcli closed 5 years ago

adrianmcli commented 5 years ago

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 in truffle-config.js since we are able to import the contract JSON files from outside of the src folder.

stale[bot] commented 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.

stale[bot] commented 5 years ago

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.