makoto / blockparty

NO BLOCK NO PARTY
MIT License
164 stars 41 forks source link

Change webpack build to use local webpack #27

Closed jefflau closed 7 years ago

jefflau commented 8 years ago

Currently webpack uses the global webpack, so if that isn't installed truffle serve runs an error. Change the truffle.js config to use the local webpack command

makoto commented 7 years ago

Fixed with https://github.com/makoto/blockparty/pull/30