reactjs / express-react-views

This is an Express view engine which renders React components on server. It renders static markup and *does not* support mounting those views on the client.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update to Babel 7

arthurfranca opened this issue · comments

Please update code and package.json to use @babel/register, @babel/preset-env and @babel/preset-react as new babel core isn't compatible to old packages (babel-preset-env, babel-preset-react and babel-register)

I see that the merge request has been merged, but when I do a npm install it still pulls the 0.10.5 release from January without the babel 7 update.

Is there a new release planned that will include the babel 7 update?

v0.11 is now published with this.