ironSource / node-generator-chrome-ninja

Yeoman Chrome extension generator
MIT License
58 stars 6 forks source link

Upgrade to Babel 6 #8

Open nekova opened 8 years ago

nekova commented 8 years ago

‘blacklist’, ‘whitelist’, ‘optional’, ‘nonStandard’, and ‘modules’ options have all been removed http://babeljs.io/blog/2015/10/29/6.0.0/

A ReferenceError occurs

[BABEL] /Users/nekova/hack/drip-search/gulpfile.babel.js: Unknown option: /Users/nekova/hack/drip-search/.babelrc.blacklist
vweevers commented 8 years ago

The upcoming release will pin Babel to 5, to resolve these issues and so we can have hot reloading. We can't move to Babel 6 until babel-plugin-react-transform#46 and livereactload#78 have been resolved.

nekova commented 8 years ago

I see......