ericelliott / autodux

Automate the Redux boilerplate.
MIT License
592 stars 32 forks source link

Fixed missing ./ in local require path #128

Closed meszaros-lajos-gyorgy closed 5 years ago

meszaros-lajos-gyorgy commented 5 years ago

This should fix the Error: Cannot find module 'src/index.js' errors, which was probably introduced via the changes in this commit: https://github.com/ericelliott/autodux/commit/08851126f700cfa49c71a64dd6c3261d4e92186a

ericelliott commented 5 years ago

Published autodux@5.0.3

meszaros-lajos-gyorgy commented 5 years ago

Sweet, thanks!