react-webpack-generators / generator-react-webpack-alt

React Webpack Generator including Alt.js support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update main in package.json to app/index.js?

sthzg opened this issue · comments

hi @weblogixx, I just tried to install the generator from a local copy and noticed that
$ yo ./node_modules/generator-react-webpack-alt triggers generators/action/index.js. When settingmain in package.json to generators/app/index.js the local install works. If that change doesn't break other behavior it might be worth an update.

commented

Hi, thank you for the hint. Same would go for the parent project I think. Will update both this weekend.

A new release will be made nect week, reacts new major is out :-)

Wow, no more data-reactid or unnecessary <span />'s. And also suppressContentEditableWarning. Still I think I'll give it another few days until I'll expose myself to that npm update adrenalin rush. :) Hope you have good time updating the generators.

commented

Yes, seems to run nicely. Just updated the generator with your provided fix and the template to use react 15.0.1. hope it works correctly for you now.