truffle-box / react-box

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

Webpack Config in new Version #86

Closed memoishin closed 5 years ago

memoishin commented 5 years ago

In the older versions, there was a config folder which had the webpack configs. Where can I find these configs in the current version?

memoishin commented 5 years ago

Running the command npm run eject creates the config folder but is there any better way to access those configs?

adrianmcli commented 5 years ago

That's something to do with Create-React-App (CRA), it has nothing to do with Truffle or dapp development in general; it's purely a React project issue.

Everything in our client folder is just a standard CRA with minimal modifications (mostly inside App.js).

Go to that repo for more information: https://github.com/facebook/create-react-app